Html Css Color HEX #CF9B65 Whiskey

📋 copy color: '#CF9B65'

red 207 ◦ green 155 ◦ blue 101

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

Shades of Whiskey #CF9B65

Tints of Whiskey #CF9B65

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.48%

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

R = 44.71%
G = 33.48%
B = 21.81%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CF9B65 (or 0xCF9B65) is known color: Whiskey. HEX triplet: CF, 9B and 65. RGB value is (207,155,101). Sum of RGB (Red+Green+Blue) = 207+155+101=463 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.71% from 463); Green value is 155 (60.94% from 255 or 33.48% from 463); Blue value is 101 (39.84% from 255 or 21.81% from 463); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9B65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF9B65 is #30649A. Grayscale: #A4A4A4. Windows color (decimal): -3171483 or 6659023. OLE color: 6659023.

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

Color convert

RGB 207 155 101 -
CMYK 0 0.25 0.51 0.19
HSL 30.57º 0.52% 0.6% -
HSV(B) 30.57º 0.51% 0.81% -
XYZ 39.8 37.65 17.48 -
YUV 164.39 92.23 158.39 -
System Red Green Blue C M Y K H S L
Decimal 207 155 101 0 0.25 0.51 0.19 30.57 0.52 0.6
Hex CF 9B 65 0 19 33 13 1F 34 3C
Octal 317 233 145 0 31 63 23 37 64 74
Binary 11001111 10011011 1100101 0 11001 110011 10011 11111 110100 111100

Color Harmonies of #CF9B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF9B65

Black with #CF9B65

Text Example


Text Example

White with #CF9B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF9B65; }

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

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

background-color css

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

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

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

border-color css

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

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

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