Html Css Color HEX #CF8752 Whiskey Sour

📋 copy color: '#CF8752'

red 207 ◦ green 135 ◦ blue 82

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

Shades of Whiskey Sour #CF8752

Tints of Whiskey Sour #CF8752

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.84%

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

R = 48.82%
G = 31.84%
B = 19.34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CF8752 (or 0xCF8752) is known color: Whiskey Sour. HEX triplet: CF, 87 and 52. RGB value is (207,135,82). Sum of RGB (Red+Green+Blue) = 207+135+82=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 135 (53.12% from 255 or 31.84% from 424); Blue value is 82 (32.42% from 255 or 19.34% from 424); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8752 is #3078AD. Grayscale: #969696. Windows color (decimal): -3176622 or 5408719. OLE color: 5408719.

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

Color convert

RGB 207 135 82 -
CMYK 0 0.35 0.60 0.19
HSL 25.44º 0.57% 0.57% -
HSV(B) 25.44º 0.6% 0.81% -
XYZ 35.92 31.2 12.11 -
YUV 150.49 89.35 168.31 -
System Red Green Blue C M Y K H S L
Decimal 207 135 82 0 0.35 0.60 0.19 25.44 0.57 0.57
Hex CF 87 52 0 23 3C 13 19 39 39
Octal 317 207 122 0 43 74 23 31 71 71
Binary 11001111 10000111 1010010 0 100011 111100 10011 11001 111001 111001

Color Harmonies of #CF8752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8752

Black with #CF8752

Text Example


Text Example

White with #CF8752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8752; }

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

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

background-color css

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

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

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

border-color css

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

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

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