Html Css Color HEX #CF8B52 Whiskey Sour

📋 copy color: '#CF8B52'

red 207 ◦ green 139 ◦ blue 82

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

Shades of Whiskey Sour #CF8B52

Tints of Whiskey Sour #CF8B52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 19.16%

R = 48.36%
G = 32.48%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CF8B52 (or 0xCF8B52) is known color: Whiskey Sour. HEX triplet: CF, 8B and 52. RGB value is (207,139,82). Sum of RGB (Red+Green+Blue) = 207+139+82=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 139 (54.69% from 255 or 32.48% from 428); Blue value is 82 (32.42% from 255 or 19.16% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8B52 is #3074AD. Grayscale: #999999. Windows color (decimal): -3175598 or 5409743. OLE color: 5409743.

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

Color convert

RGB 207 139 82 -
CMYK 0 0.33 0.60 0.19
HSL 27.36º 0.57% 0.57% -
HSV(B) 27.36º 0.6% 0.81% -
XYZ 36.49 32.34 12.3 -
YUV 152.83 88.03 166.63 -
System Red Green Blue C M Y K H S L
Decimal 207 139 82 0 0.33 0.60 0.19 27.36 0.57 0.57
Hex CF 8B 52 0 21 3C 13 1B 39 39
Octal 317 213 122 0 41 74 23 33 71 71
Binary 11001111 10001011 1010010 0 100001 111100 10011 11011 111001 111001

Color Harmonies of #CF8B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8B52

Black with #CF8B52

Text Example


Text Example

White with #CF8B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8B52; }

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

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

background-color css

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

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

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

border-color css

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

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

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