Html Css Color HEX #CF9965 Whiskey

📋 copy color: '#CF9965'

red 207 ◦ green 153 ◦ blue 101

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

Shades of Whiskey #CF9965

Tints of Whiskey #CF9965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.91%

R = 44.9%
G = 33.19%
B = 21.91%

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

#CF9965 (or 0xCF9965) is known color: Whiskey. HEX triplet: CF, 99 and 65. RGB value is (207,153,101). Sum of RGB (Red+Green+Blue) = 207+153+101=461 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.90% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 101 (39.84% from 255 or 21.91% from 461); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9965 is #30669A. Grayscale: #A3A3A3. Windows color (decimal): -3171995 or 6658511. OLE color: 6658511.

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

Color convert

RGB 207 153 101 -
CMYK 0 0.26 0.51 0.19
HSL 29.43º 0.52% 0.6% -
HSV(B) 29.43º 0.51% 0.81% -
XYZ 39.47 36.99 17.37 -
YUV 163.22 92.89 159.23 -
System Red Green Blue C M Y K H S L
Decimal 207 153 101 0 0.26 0.51 0.19 29.43 0.52 0.6
Hex CF 99 65 0 1A 33 13 1D 34 3C
Octal 317 231 145 0 32 63 23 35 64 74
Binary 11001111 10011001 1100101 0 11010 110011 10011 11101 110100 111100

Color Harmonies of #CF9965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9965

Black with #CF9965

Text Example


Text Example

White with #CF9965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9965; }

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

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

background-color css

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

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

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

border-color css

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

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

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