Html Css Color HEX #CF8B55 Whiskey Sour

📋 copy color: '#CF8B55'

red 207 ◦ green 139 ◦ blue 85

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

Shades of Whiskey Sour #CF8B55

Tints of Whiskey Sour #CF8B55

RGB

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

 GREEN value IS 139 (54.69% from 255) = 32.25%

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

R = 48.03%
G = 32.25%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.19

RGB Variations

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

Color information

#CF8B55 (or 0xCF8B55) is known color: Whiskey Sour. HEX triplet: CF, 8B and 55. RGB value is (207,139,85). Sum of RGB (Red+Green+Blue) = 207+139+85=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 139 (54.69% from 255 or 32.25% from 431); Blue value is 85 (33.59% from 255 or 19.72% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8B55 is #3074AA. Grayscale: #999999. Windows color (decimal): -3175595 or 5606351. OLE color: 5606351.

HSL color Cylindrical-coordinate representation of color #CF8B55: hue angle of 26.56º 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 #CF8B55 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 139 85 -
CMYK 0 0.33 0.59 0.19
HSL 26.56º 0.56% 0.57% -
HSV(B) 26.56º 0.59% 0.81% -
XYZ 36.6 32.39 12.92 -
YUV 153.18 89.53 166.39 -
System Red Green Blue C M Y K H S L
Decimal 207 139 85 0 0.33 0.59 0.19 26.56 0.56 0.57
Hex CF 8B 55 0 21 3B 13 1B 38 39
Octal 317 213 125 0 41 73 23 33 70 71
Binary 11001111 10001011 1010101 0 100001 111011 10011 11011 111000 111001

Color Harmonies of #CF8B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8B55

Black with #CF8B55

Text Example


Text Example

White with #CF8B55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8B55; }

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

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

background-color css

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

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

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

border-color css

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

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

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