Html Css Color HEX #CF8A52 Whiskey Sour

📋 copy color: '#CF8A52'

red 207 ◦ green 138 ◦ blue 82

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

Shades of Whiskey Sour #CF8A52

Tints of Whiskey Sour #CF8A52

RGB

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

 GREEN value IS 138 (54.3% from 255) = 32.32%

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

R = 48.48%
G = 32.32%
B = 19.2%

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

#CF8A52 (or 0xCF8A52) is known color: Whiskey Sour. HEX triplet: CF, 8A and 52. RGB value is (207,138,82). Sum of RGB (Red+Green+Blue) = 207+138+82=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 138 (54.30% from 255 or 32.32% from 427); Blue value is 82 (32.42% from 255 or 19.20% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8A52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8A52 is #3075AD. Grayscale: #989898. Windows color (decimal): -3175854 or 5409487. OLE color: 5409487.

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

Color convert

RGB 207 138 82 -
CMYK 0 0.33 0.60 0.19
HSL 26.88º 0.57% 0.57% -
HSV(B) 26.88º 0.6% 0.81% -
XYZ 36.34 32.05 12.25 -
YUV 152.25 88.36 167.05 -
System Red Green Blue C M Y K H S L
Decimal 207 138 82 0 0.33 0.60 0.19 26.88 0.57 0.57
Hex CF 8A 52 0 21 3C 13 1B 39 39
Octal 317 212 122 0 41 74 23 33 71 71
Binary 11001111 10001010 1010010 0 100001 111100 10011 11011 111001 111001

Color Harmonies of #CF8A52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8A52

Black with #CF8A52

Text Example


Text Example

White with #CF8A52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8A52; }

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

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

background-color css

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

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

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

border-color css

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

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

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