Html Css Color HEX #CF9452 Whiskey Sour

📋 copy color: '#CF9452'

red 207 ◦ green 148 ◦ blue 82

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

Shades of Whiskey Sour #CF9452

Tints of Whiskey Sour #CF9452

RGB

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

 GREEN value IS 148 (58.2% 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 value IS 0

 M value IS 0.29

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CF9452 (or 0xCF9452) is known color: 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

RGB 207 148 82 -
CMYK 0 0.29 0.60 0.19
HSL 31.68º 0.57% 0.57% -
HSV(B) 31.68º 0.6% 0.81% -
XYZ 37.85 35.05 12.75 -
YUV 158.12 85.05 162.87 -
System Red Green Blue C M Y K H S L
Decimal 207 148 82 0 0.29 0.60 0.19 31.68 0.57 0.57
Hex CF 94 52 0 1D 3C 13 20 39 39
Octal 317 224 122 0 35 74 23 40 71 71
Binary 11001111 10010100 1010010 0 11101 111100 10011 100000 111001 111001

Color Harmonies of #CF9452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9452

Black with #CF9452

Text Example


Text Example

White with #CF9452

Text Example


Text Example

HTML Codes & Css Web 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>