Html Css Color HEX #C38961 Whiskey

📋 copy color: '#C38961'

red 195 ◦ green 137 ◦ blue 97

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

Shades of Whiskey #C38961

Tints of Whiskey #C38961

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.93%

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

R = 45.45%
G = 31.93%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.24

RGB Variations

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

Color information

#C38961 (or 0xC38961) is known color: Whiskey. HEX triplet: C3, 89 and 61. RGB value is (195,137,97). Sum of RGB (Red+Green+Blue) = 195+137+97=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 137 (53.91% from 255 or 31.93% from 429); Blue value is 97 (38.28% from 255 or 22.61% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C38961 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C38961 is #3C769E. Grayscale: #959595. Windows color (decimal): -3962527 or 6392259. OLE color: 6392259.

HSL color Cylindrical-coordinate representation of color #C38961: hue angle of 24.49º 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 #C38961 is Cyan = 0, Magento = 0.30, Yellow = 0.50 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 137 97 -
CMYK 0 0.30 0.50 0.24
HSL 24.49º 0.45% 0.57% -
HSV(B) 24.49º 0.5% 0.76% -
XYZ 33.61 30.36 15.4 -
YUV 149.78 98.22 160.25 -
System Red Green Blue C M Y K H S L
Decimal 195 137 97 0 0.30 0.50 0.24 24.49 0.45 0.57
Hex C3 89 61 0 1E 32 18 18 2D 39
Octal 303 211 141 0 36 62 30 30 55 71
Binary 11000011 10001001 1100001 0 11110 110010 11000 11000 101101 111001

Color Harmonies of #C38961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38961

Black with #C38961

Text Example


Text Example

White with #C38961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38961; }

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

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

background-color css

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

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

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

border-color css

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

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

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