Html Css Color HEX #CF8853 Whiskey Sour

📋 copy color: '#CF8853'

red 207 ◦ green 136 ◦ blue 83

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

Shades of Whiskey Sour #CF8853

Tints of Whiskey Sour #CF8853

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.48%

R = 48.59%
G = 31.92%
B = 19.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CF8853 (or 0xCF8853) is known color: Whiskey Sour. HEX triplet: CF, 88 and 53. RGB value is (207,136,83). Sum of RGB (Red+Green+Blue) = 207+136+83=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 136 (53.52% from 255 or 31.92% from 426); Blue value is 83 (32.81% from 255 or 19.48% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8853 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8853 is #3077AC. Grayscale: #979797. Windows color (decimal): -3176365 or 5474511. OLE color: 5474511.

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

Color convert

RGB 207 136 83 -
CMYK 0 0.34 0.60 0.19
HSL 25.65º 0.56% 0.57% -
HSV(B) 25.65º 0.6% 0.81% -
XYZ 36.1 31.5 12.36 -
YUV 151.19 89.52 167.81 -
System Red Green Blue C M Y K H S L
Decimal 207 136 83 0 0.34 0.60 0.19 25.65 0.56 0.57
Hex CF 88 53 0 22 3C 13 1A 38 39
Octal 317 210 123 0 42 74 23 32 70 71
Binary 11001111 10001000 1010011 0 100010 111100 10011 11010 111000 111001

Color Harmonies of #CF8853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8853

Black with #CF8853

Text Example


Text Example

White with #CF8853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8853; }

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

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

background-color css

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

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

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

border-color css

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

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

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