Html Css Color HEX #CF9152 Whiskey Sour

📋 copy color: '#CF9152'

red 207 ◦ green 145 ◦ blue 82

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

Shades of Whiskey Sour #CF9152

Tints of Whiskey Sour #CF9152

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.41%

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

R = 47.7%
G = 33.41%
B = 18.89%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#CF9152 (or 0xCF9152) is known color: Whiskey Sour. HEX triplet: CF, 91 and 52. RGB value is (207,145,82). Sum of RGB (Red+Green+Blue) = 207+145+82=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 145 (57.03% from 255 or 33.41% from 434); Blue value is 82 (32.42% from 255 or 18.89% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9152 is #306EAD. Grayscale: #9C9C9C. Windows color (decimal): -3174062 or 5411279. OLE color: 5411279.

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

Color convert

RGB 207 145 82 -
CMYK 0 0.30 0.60 0.19
HSL 30.24º 0.57% 0.57% -
HSV(B) 30.24º 0.6% 0.81% -
XYZ 37.38 34.13 12.6 -
YUV 156.36 86.04 164.12 -
System Red Green Blue C M Y K H S L
Decimal 207 145 82 0 0.30 0.60 0.19 30.24 0.57 0.57
Hex CF 91 52 0 1E 3C 13 1E 39 39
Octal 317 221 122 0 36 74 23 36 71 71
Binary 11001111 10010001 1010010 0 11110 111100 10011 11110 111001 111001

Color Harmonies of #CF9152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9152

Black with #CF9152

Text Example


Text Example

White with #CF9152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9152; }

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

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

background-color css

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

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

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

border-color css

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

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

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