Html Css Color HEX #CF9060 Whiskey

📋 copy color: '#CF9060'

red 207 ◦ green 144 ◦ blue 96

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

Shades of Whiskey #CF9060

Tints of Whiskey #CF9060

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.21%

 BLUE value IS 96 (37.89% from 255) = 21.48%

R = 46.31%
G = 32.21%
B = 21.48%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF9060 (or 0xCF9060) is known color: Whiskey. HEX triplet: CF, 90 and 60. RGB value is (207,144,96). Sum of RGB (Red+Green+Blue) = 207+144+96=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 144 (56.64% from 255 or 32.21% from 447); Blue value is 96 (37.89% from 255 or 21.48% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9060 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9060 is #306F9F. Grayscale: #9D9D9D. Windows color (decimal): -3174304 or 6328527. OLE color: 6328527.

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

Color convert

RGB 207 144 96 -
CMYK 0 0.30 0.54 0.19
HSL 25.95º 0.54% 0.59% -
HSV(B) 25.95º 0.54% 0.81% -
XYZ 37.82 34.06 15.65 -
YUV 157.37 93.37 163.4 -
System Red Green Blue C M Y K H S L
Decimal 207 144 96 0 0.30 0.54 0.19 25.95 0.54 0.59
Hex CF 90 60 0 1E 36 13 1A 36 3B
Octal 317 220 140 0 36 66 23 32 66 73
Binary 11001111 10010000 1100000 0 11110 110110 10011 11010 110110 111011

Color Harmonies of #CF9060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9060

Black with #CF9060

Text Example


Text Example

White with #CF9060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9060; }

 p { color: rgb(207,144,96); }

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

background-color css

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

 a { background-color: rgb(207,144,96); }

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

border-color css

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

 span { border-color: rgb(207,144,96); }

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