Html Css Color HEX #C88F64 Whiskey

📋 copy color: '#C88F64'

red 200 ◦ green 143 ◦ blue 100

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

Shades of Whiskey #C88F64

Tints of Whiskey #C88F64

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.28%

 BLUE value IS 100 (39.45% from 255) = 22.57%

R = 45.15%
G = 32.28%
B = 22.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.5

 K value IS 0.22

RGB Variations

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

Color information

#C88F64 (or 0xC88F64) is known color: Whiskey. HEX triplet: C8, 8F and 64. RGB value is (200,143,100). Sum of RGB (Red+Green+Blue) = 200+143+100=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 143 (56.25% from 255 or 32.28% from 443); Blue value is 100 (39.45% from 255 or 22.57% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F64 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88F64 is #37709B. Grayscale: #9B9B9B. Windows color (decimal): -3633308 or 6590408. OLE color: 6590408.

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

Color convert

RGB 200 143 100 -
CMYK 0 0.28 0.5 0.22
HSL 25.8º 0.48% 0.59% -
HSV(B) 25.8º 0.5% 0.78% -
XYZ 35.94 32.84 16.5 -
YUV 155.14 96.88 160 -
System Red Green Blue C M Y K H S L
Decimal 200 143 100 0 0.28 0.5 0.22 25.8 0.48 0.59
Hex C8 8F 64 0 1C 32 16 1A 30 3B
Octal 310 217 144 0 34 62 26 32 60 73
Binary 11001000 10001111 1100100 0 11100 110010 10110 11010 110000 111011

Color Harmonies of #C88F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C88F64

Black with #C88F64

Text Example


Text Example

White with #C88F64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C88F64; }

 p { color: rgb(200,143,100); }

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

background-color css

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

 a { background-color: rgb(200,143,100); }

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

border-color css

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

 span { border-color: rgb(200,143,100); }

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