Html Css Color HEX #CF8855 Whiskey Sour

📋 copy color: '#CF8855'

red 207 ◦ green 136 ◦ blue 85

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

Shades of Whiskey Sour #CF8855

Tints of Whiskey Sour #CF8855

RGB

 RED value IS 207 (81.25% from 255) = 48.36%

 GREEN value IS 136 (53.52% from 255) = 31.78%

 BLUE value IS 85 (33.59% from 255) = 19.86%

R = 48.36%
G = 31.78%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CF8855 (or 0xCF8855) is known color: Whiskey Sour. HEX triplet: CF, 88 and 55. RGB value is (207,136,85). Sum of RGB (Red+Green+Blue) = 207+136+85=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 136 (53.52% from 255 or 31.78% from 428); Blue value is 85 (33.59% from 255 or 19.86% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8855 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8855 is #3077AA. Grayscale: #979797. Windows color (decimal): -3176363 or 5605583. OLE color: 5605583.

HSL color Cylindrical-coordinate representation of color #CF8855: hue angle of 25.08º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF8855 is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 136 85 -
CMYK 0 0.34 0.59 0.19
HSL 25.08º 0.56% 0.57% -
HSV(B) 25.08º 0.59% 0.81% -
XYZ 36.18 31.53 12.77 -
YUV 151.42 90.52 167.65 -
System Red Green Blue C M Y K H S L
Decimal 207 136 85 0 0.34 0.59 0.19 25.08 0.56 0.57
Hex CF 88 55 0 22 3B 13 19 38 39
Octal 317 210 125 0 42 73 23 31 70 71
Binary 11001111 10001000 1010101 0 100010 111011 10011 11001 111000 111001

Color Harmonies of #CF8855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8855

Black with #CF8855

Text Example


Text Example

White with #CF8855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8855; }

 p { color: rgb(207,136,85); }

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

background-color css

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

 a { background-color: rgb(207,136,85); }

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

border-color css

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

 span { border-color: rgb(207,136,85); }

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