Html Css Color HEX #CF885A Whiskey Sour

📋 copy color: '#CF885A'

red 207 ◦ green 136 ◦ blue 90

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

Shades of Whiskey Sour #CF885A

Tints of Whiskey Sour #CF885A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.79%

R = 47.81%
G = 31.41%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.19

RGB Variations

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

Color information

#CF885A (or 0xCF885A) is known color: Whiskey Sour. HEX triplet: CF, 88 and 5A. RGB value is (207,136,90). Sum of RGB (Red+Green+Blue) = 207+136+90=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 136 (53.52% from 255 or 31.41% from 433); Blue value is 90 (35.55% from 255 or 20.79% from 433); Max value from RGB is 207 - color contains mainly: red. Hex color #CF885A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF885A is #3077A5. Grayscale: #989898. Windows color (decimal): -3176358 or 5933263. OLE color: 5933263.

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

Color convert

RGB 207 136 90 -
CMYK 0 0.34 0.57 0.19
HSL 23.59º 0.55% 0.58% -
HSV(B) 23.59º 0.57% 0.81% -
XYZ 36.38 31.61 13.86 -
YUV 151.99 93.02 167.24 -
System Red Green Blue C M Y K H S L
Decimal 207 136 90 0 0.34 0.57 0.19 23.59 0.55 0.58
Hex CF 88 5A 0 22 39 13 18 37 3A
Octal 317 210 132 0 42 71 23 30 67 72
Binary 11001111 10001000 1011010 0 100010 111001 10011 11000 110111 111010

Color Harmonies of #CF885A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF885A

Black with #CF885A

Text Example


Text Example

White with #CF885A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF885A; }

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

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

background-color css

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

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

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

border-color css

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

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

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