Html Css Color HEX #CF9966 Whiskey

📋 copy color: '#CF9966'

red 207 ◦ green 153 ◦ blue 102

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

Shades of Whiskey #CF9966

Tints of Whiskey #CF9966

RGB

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

 GREEN value IS 153 (60.16% from 255) = 33.12%

 BLUE value IS 102 (40.23% from 255) = 22.08%

R = 44.81%
G = 33.12%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CF9966 (or 0xCF9966) is known color: Whiskey. HEX triplet: CF, 99 and 66. RGB value is (207,153,102). Sum of RGB (Red+Green+Blue) = 207+153+102=462 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.81% from 462); Green value is 153 (60.16% from 255 or 33.12% from 462); Blue value is 102 (40.23% from 255 or 22.08% from 462); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9966 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9966 is #306699. Grayscale: #A3A3A3. Windows color (decimal): -3171994 or 6724047. OLE color: 6724047.

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

Color convert

RGB 207 153 102 -
CMYK 0 0.26 0.51 0.19
HSL 29.14º 0.52% 0.61% -
HSV(B) 29.14º 0.51% 0.81% -
XYZ 39.52 37.01 17.63 -
YUV 163.33 93.39 159.15 -
System Red Green Blue C M Y K H S L
Decimal 207 153 102 0 0.26 0.51 0.19 29.14 0.52 0.61
Hex CF 99 66 0 1A 33 13 1D 34 3D
Octal 317 231 146 0 32 63 23 35 64 75
Binary 11001111 10011001 1100110 0 11010 110011 10011 11101 110100 111101

Color Harmonies of #CF9966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9966

Black with #CF9966

Text Example


Text Example

White with #CF9966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9966; }

 p { color: rgb(207,153,102); }

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

background-color css

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

 a { background-color: rgb(207,153,102); }

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

border-color css

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

 span { border-color: rgb(207,153,102); }

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