Html Css Color HEX #C88A5C Whiskey

📋 copy color: '#C88A5C'

red 200 ◦ green 138 ◦ blue 92

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

Shades of Whiskey #C88A5C

Tints of Whiskey #C88A5C

RGB

 RED value IS 200 (78.52% from 255) = 46.51%

 GREEN value IS 138 (54.3% from 255) = 32.09%

 BLUE value IS 92 (36.33% from 255) = 21.4%

R = 46.51%
G = 32.09%
B = 21.4%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.54

 K value IS 0.22

RGB Variations

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

Color information

#C88A5C (or 0xC88A5C) is known color: Whiskey. HEX triplet: C8, 8A and 5C. RGB value is (200,138,92). Sum of RGB (Red+Green+Blue) = 200+138+92=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 138 (54.30% from 255 or 32.09% from 430); Blue value is 92 (36.33% from 255 or 21.40% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88A5C is #3775A3. Grayscale: #979797. Windows color (decimal): -3634596 or 6064840. OLE color: 6064840.

HSL color Cylindrical-coordinate representation of color #C88A5C: hue angle of 25.56º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C88A5C is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 138 92 -
CMYK 0 0.31 0.54 0.22
HSL 25.56º 0.5% 0.57% -
HSV(B) 25.56º 0.54% 0.78% -
XYZ 34.84 31.23 14.32 -
YUV 151.29 94.54 162.74 -
System Red Green Blue C M Y K H S L
Decimal 200 138 92 0 0.31 0.54 0.22 25.56 0.5 0.57
Hex C8 8A 5C 0 1F 36 16 1A 32 39
Octal 310 212 134 0 37 66 26 32 62 71
Binary 11001000 10001010 1011100 0 11111 110110 10110 11010 110010 111001

Color Harmonies of #C88A5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88A5C

Black with #C88A5C

Text Example


Text Example

White with #C88A5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88A5C; }

 p { color: rgb(200,138,92); }

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

background-color css

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

 a { background-color: rgb(200,138,92); }

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

border-color css

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

 span { border-color: rgb(200,138,92); }

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