#CF9452

Color #CF9452 Whiskey Sour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Whiskey Sour #CF9452

Tints of Whiskey Sour #CF9452

Color information

#CF9452 (or 0xCF9452) is unknown color: approx Whiskey Sour. HEX triplet: CF, 94 and 52. RGB value is (207,148,82). Sum of RGB (Red+Green+Blue) = 207+148+82=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 82 (32.42% from 255 or 18.76% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9452 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9452 is #306BAD. Grayscale: #9E9E9E. Windows color (decimal): -3173294 or 5412047. OLE color: 5412047.

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

Color convert

RGB20714882-
CMYK00.290.600.19
HSL31.68º56.56%56.67%-
HSV(B)31.68º60.39%81.18%-
XYZ37.8535.0512.75-
YUV158.1285.05162.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.37%
GREEN value IS 148 (58.20% from 255) = 33.87%
BLUE value IS 82 (32.42% from 255) = 18.76%
R=47.37%
G=33.87%
B=18.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.60
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071488200.290.600.1931.6856.5656.67
HexCF945201D3C13203939
Octal3172241220357423407171
Binary1100111110010100101001001110111110010011100000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9452; }

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

 H1.HeaderClassName
 {
   color: #CF9452;
 }
 .AnyTagClassName
 {
   color: #CF9452;
 }
</style>
background-color css

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

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

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

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

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

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