Html Css Color HEX #CF9866 Whiskey

📋 copy color: '#CF9866'

red 207 ◦ green 152 ◦ blue 102

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

Shades of Whiskey #CF9866

Tints of Whiskey #CF9866

RGB

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

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

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

R = 44.9%
G = 32.97%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CF9866 (or 0xCF9866) is known color: Whiskey. HEX triplet: CF, 98 and 66. RGB value is (207,152,102). Sum of RGB (Red+Green+Blue) = 207+152+102=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 152 (59.77% from 255 or 32.97% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9866 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9866 is #306799. Grayscale: #A2A2A2. Windows color (decimal): -3172250 or 6723791. OLE color: 6723791.

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

Color convert

RGB 207 152 102 -
CMYK 0 0.27 0.51 0.19
HSL 28.57º 0.52% 0.61% -
HSV(B) 28.57º 0.51% 0.81% -
XYZ 39.36 36.68 17.58 -
YUV 162.75 93.72 159.57 -
System Red Green Blue C M Y K H S L
Decimal 207 152 102 0 0.27 0.51 0.19 28.57 0.52 0.61
Hex CF 98 66 0 1B 33 13 1D 34 3D
Octal 317 230 146 0 33 63 23 35 64 75
Binary 11001111 10011000 1100110 0 11011 110011 10011 11101 110100 111101

Color Harmonies of #CF9866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9866

Black with #CF9866

Text Example


Text Example

White with #CF9866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9866; }

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

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

background-color css

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

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

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

border-color css

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

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

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