Html Css Color HEX #CF9251 Whiskey Sour

📋 copy color: '#CF9251'

red 207 ◦ green 146 ◦ blue 81

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

Shades of Whiskey Sour #CF9251

Tints of Whiskey Sour #CF9251

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.64%

 BLUE value IS 81 (32.03% from 255) = 18.66%

R = 47.7%
G = 33.64%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.61

 K value IS 0.19

RGB Variations

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

Color information

#CF9251 (or 0xCF9251) is known color: Whiskey Sour. HEX triplet: CF, 92 and 51. RGB value is (207,146,81). Sum of RGB (Red+Green+Blue) = 207+146+81=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 81 (32.03% from 255 or 18.66% from 434); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9251 is #306DAE. Grayscale: #9D9D9D. Windows color (decimal): -3173807 or 5345999. OLE color: 5345999.

HSL color Cylindrical-coordinate representation of color #CF9251: hue angle of 30.95º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF9251 is Cyan = 0, Magento = 0.29, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 146 81 -
CMYK 0 0.29 0.61 0.19
HSL 30.95º 0.57% 0.56% -
HSV(B) 30.95º 0.61% 0.81% -
XYZ 37.5 34.42 12.45 -
YUV 156.83 85.21 163.79 -
System Red Green Blue C M Y K H S L
Decimal 207 146 81 0 0.29 0.61 0.19 30.95 0.57 0.56
Hex CF 92 51 0 1D 3D 13 1F 39 38
Octal 317 222 121 0 35 75 23 37 71 70
Binary 11001111 10010010 1010001 0 11101 111101 10011 11111 111001 111000

Color Harmonies of #CF9251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9251

Black with #CF9251

Text Example


Text Example

White with #CF9251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9251; }

 p { color: rgb(207,146,81); }

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

background-color css

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

 a { background-color: rgb(207,146,81); }

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

border-color css

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

 span { border-color: rgb(207,146,81); }

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