#C88F69

Color #C88F69 Whiskey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Whiskey #C88F69

Tints of Whiskey #C88F69

Color information

#C88F69 (or 0xC88F69) is unknown color: approx Whiskey. HEX triplet: C8, 8F and 69. RGB value is (200,143,105). Sum of RGB (Red+Green+Blue) = 200+143+105=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 143 (56.25% from 255 or 31.92% from 448); Blue value is 105 (41.41% from 255 or 23.44% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C88F69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88F69 is #377096. Grayscale: #9B9B9B. Windows color (decimal): -3633303 or 6918088. OLE color: 6918088.

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

Color convert

RGB200143105-
CMYK00.280.480.22
HSL24º46.34%59.8%-
HSV(B)24º47.5%78.43%-
XYZ36.1932.9417.82-
YUV155.7199.38159.59-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.64%
GREEN value IS 143 (56.25% from 255) = 31.92%
BLUE value IS 105 (41.41% from 255) = 23.44%
R=44.64%
G=31.92%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.48
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014310500.280.480.222446.3459.8
HexC88F6901C3016182e3c
Octal3102171510346026305674
Binary110010001000111111010010111001100001011011000101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88F69; }

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

 H1.HeaderClassName
 {
   color: #C88F69;
 }
 .AnyTagClassName
 {
   color: #C88F69;
 }
</style>
background-color css

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

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

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

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

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

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