Html Css Color HEX #CF9862 Whiskey Sour

📋 copy color: '#CF9862'

red 207 ◦ green 152 ◦ blue 98

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

Shades of Whiskey Sour #CF9862

Tints of Whiskey Sour #CF9862

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.26%

 BLUE value IS 98 (38.67% from 255) = 21.44%

R = 45.3%
G = 33.26%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CF9862 (or 0xCF9862) is known color: Whiskey Sour. HEX triplet: CF, 98 and 62. RGB value is (207,152,98). Sum of RGB (Red+Green+Blue) = 207+152+98=457 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.30% from 457); Green value is 152 (59.77% from 255 or 33.26% from 457); Blue value is 98 (38.67% from 255 or 21.44% from 457); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9862 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9862 is #30679D. Grayscale: #A2A2A2. Windows color (decimal): -3172254 or 6461647. OLE color: 6461647.

HSL color Cylindrical-coordinate representation of color #CF9862: hue angle of 29.72º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF9862 is Cyan = 0, Magento = 0.27, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 152 98 -
CMYK 0 0.27 0.53 0.19
HSL 29.72º 0.53% 0.6% -
HSV(B) 29.72º 0.53% 0.81% -
XYZ 39.16 36.6 16.56 -
YUV 162.29 91.72 159.89 -
System Red Green Blue C M Y K H S L
Decimal 207 152 98 0 0.27 0.53 0.19 29.72 0.53 0.6
Hex CF 98 62 0 1B 35 13 1E 35 3C
Octal 317 230 142 0 33 65 23 36 65 74
Binary 11001111 10011000 1100010 0 11011 110101 10011 11110 110101 111100

Color Harmonies of #CF9862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9862

Black with #CF9862

Text Example


Text Example

White with #CF9862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9862; }

 p { color: rgb(207,152,98); }

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

background-color css

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

 a { background-color: rgb(207,152,98); }

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

border-color css

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

 span { border-color: rgb(207,152,98); }

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