Html Css Color HEX #CF9253 Whiskey Sour

📋 copy color: '#CF9253'

red 207 ◦ green 146 ◦ blue 83

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

Shades of Whiskey Sour #CF9253

Tints of Whiskey Sour #CF9253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 19.04%

R = 47.48%
G = 33.49%
B = 19.04%

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

#CF9253 (or 0xCF9253) is known color: Whiskey Sour. HEX triplet: CF, 92 and 53. RGB value is (207,146,83). Sum of RGB (Red+Green+Blue) = 207+146+83=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 83 (32.81% from 255 or 19.04% from 436); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9253 is #306DAC. Grayscale: #9D9D9D. Windows color (decimal): -3173805 or 5477071. OLE color: 5477071.

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

Color convert

RGB 207 146 83 -
CMYK 0 0.29 0.60 0.19
HSL 30.48º 0.56% 0.57% -
HSV(B) 30.48º 0.6% 0.81% -
XYZ 37.57 34.45 12.85 -
YUV 157.06 86.21 163.62 -
System Red Green Blue C M Y K H S L
Decimal 207 146 83 0 0.29 0.60 0.19 30.48 0.56 0.57
Hex CF 92 53 0 1D 3C 13 1E 38 39
Octal 317 222 123 0 35 74 23 36 70 71
Binary 11001111 10010010 1010011 0 11101 111100 10011 11110 111000 111001

Color Harmonies of #CF9253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9253

Black with #CF9253

Text Example


Text Example

White with #CF9253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9253; }

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

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

background-color css

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

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

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

border-color css

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

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

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