Html Css Color HEX #CF9062 Whiskey

📋 copy color: '#CF9062'

red 207 ◦ green 144 ◦ blue 98

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

Shades of Whiskey #CF9062

Tints of Whiskey #CF9062

RGB

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

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

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

R = 46.1%
G = 32.07%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CF9062 (or 0xCF9062) is known color: Whiskey. HEX triplet: CF, 90 and 62. RGB value is (207,144,98). Sum of RGB (Red+Green+Blue) = 207+144+98=449 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.10% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 98 (38.67% from 255 or 21.83% from 449); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9062 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9062 is #306F9D. Grayscale: #9D9D9D. Windows color (decimal): -3174302 or 6459599. OLE color: 6459599.

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

Color convert

RGB 207 144 98 -
CMYK 0 0.30 0.53 0.19
HSL 25.32º 0.53% 0.6% -
HSV(B) 25.32º 0.53% 0.81% -
XYZ 37.91 34.09 16.14 -
YUV 157.59 94.37 163.24 -
System Red Green Blue C M Y K H S L
Decimal 207 144 98 0 0.30 0.53 0.19 25.32 0.53 0.6
Hex CF 90 62 0 1E 35 13 19 35 3C
Octal 317 220 142 0 36 65 23 31 65 74
Binary 11001111 10010000 1100010 0 11110 110101 10011 11001 110101 111100

Color Harmonies of #CF9062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9062

Black with #CF9062

Text Example


Text Example

White with #CF9062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9062; }

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

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

background-color css

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

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

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

border-color css

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

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

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