Html Css Color HEX #C38B61 Whiskey

📋 copy color: '#C38B61'

red 195 ◦ green 139 ◦ blue 97

#C38B61
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Whiskey #C38B61

Tints of Whiskey #C38B61

RGB

 RED value IS 195 (76.56% from 255) = 45.24%

 GREEN value IS 139 (54.69% from 255) = 32.25%

 BLUE value IS 97 (38.28% from 255) = 22.51%

R = 45.24%
G = 32.25%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.50

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C38B61 (or 0xC38B61) is known color: Whiskey. HEX triplet: C3, 8B and 61. RGB value is (195,139,97). Sum of RGB (Red+Green+Blue) = 195+139+97=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 97 (38.28% from 255 or 22.51% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C38B61 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38B61 is #3C749E. Grayscale: #979797. Windows color (decimal): -3962015 or 6392771. OLE color: 6392771.

HSL color Cylindrical-coordinate representation of color #C38B61: hue angle of 25.71º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C38B61 is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 139 97 -
CMYK 0 0.29 0.50 0.24
HSL 25.71º 0.45% 0.57% -
HSV(B) 25.71º 0.5% 0.76% -
XYZ 33.9 30.93 15.49 -
YUV 150.96 97.55 159.42 -
System Red Green Blue C M Y K H S L
Decimal 195 139 97 0 0.29 0.50 0.24 25.71 0.45 0.57
Hex C3 8B 61 0 1D 32 18 1A 2D 39
Octal 303 213 141 0 35 62 30 32 55 71
Binary 11000011 10001011 1100001 0 11101 110010 11000 11010 101101 111001

Color Harmonies of #C38B61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38B61

Black with #C38B61

Text Example


Text Example

White with #C38B61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38B61; }

 p { color: rgb(195,139,97); }

 H1.HeaderClassName
 {
   color: #C38B61;
 }
 .AnyTagClassName
 {
   color: #C38B61;
 }
</style>

background-color css

<style>
 a { background-color: #C38B61; }

 a { background-color: rgb(195,139,97); }

 div.DivClassName
 {
   background-color: #C38B61;
 }
 .BgClassName
 {
   background-color: #C38B61;
 }
</style>

border-color css

<style>
 span { border-color: #C38B61; }

 span { border-color: rgb(195,139,97); }

 td.TdClassName
 {
   border-color: #C38B61;
 }
 .TagClassName
 {
   border-color: #C38B61;
 }
</style>