Html Css Color HEX #C88C62 Whiskey

📋 copy color: '#C88C62'

red 200 ◦ green 140 ◦ blue 98

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

Shades of Whiskey #C88C62

Tints of Whiskey #C88C62

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.96%

 BLUE value IS 98 (38.67% from 255) = 22.37%

R = 45.66%
G = 31.96%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.51

 K value IS 0.22

RGB Variations

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

Color information

#C88C62 (or 0xC88C62) is known color: Whiskey. HEX triplet: C8, 8C and 62. RGB value is (200,140,98). Sum of RGB (Red+Green+Blue) = 200+140+98=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 98 (38.67% from 255 or 22.37% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88C62 is #37739D. Grayscale: #999999. Windows color (decimal): -3634078 or 6458568. OLE color: 6458568.

HSL color Cylindrical-coordinate representation of color #C88C62: hue angle of 24.71º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C88C62 is Cyan = 0, Magento = 0.3, Yellow = 0.51 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 140 98 -
CMYK 0 0.3 0.51 0.22
HSL 24.71º 0.48% 0.58% -
HSV(B) 24.71º 0.51% 0.78% -
XYZ 35.4 31.92 15.85 -
YUV 153.15 96.88 161.42 -
System Red Green Blue C M Y K H S L
Decimal 200 140 98 0 0.3 0.51 0.22 24.71 0.48 0.58
Hex C8 8C 62 0 1E 33 16 19 30 3A
Octal 310 214 142 0 36 63 26 31 60 72
Binary 11001000 10001100 1100010 0 11110 110011 10110 11001 110000 111010

Color Harmonies of #C88C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88C62

Black with #C88C62

Text Example


Text Example

White with #C88C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88C62; }

 p { color: rgb(200,140,98); }

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

background-color css

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

 a { background-color: rgb(200,140,98); }

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

border-color css

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

 span { border-color: rgb(200,140,98); }

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