Html Css Color HEX #CF966B Whiskey

📋 copy color: '#CF966B'

red 207 ◦ green 150 ◦ blue 107

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

Shades of Whiskey #CF966B

Tints of Whiskey #CF966B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.33%

 BLUE value IS 107 (42.19% from 255) = 23.06%

R = 44.61%
G = 32.33%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.48

 K value IS 0.19

RGB Variations

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

Color information

#CF966B (or 0xCF966B) is known color: Whiskey. HEX triplet: CF, 96 and 6B. RGB value is (207,150,107). Sum of RGB (Red+Green+Blue) = 207+150+107=464 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.61% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 107 (42.19% from 255 or 23.06% from 464); Max value from RGB is 207 - color contains mainly: red. Hex color #CF966B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF966B is #306994. Grayscale: #A2A2A2. Windows color (decimal): -3172757 or 7050959. OLE color: 7050959.

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

Color convert

RGB 207 150 107 -
CMYK 0 0.28 0.48 0.19
HSL 25.8º 0.51% 0.62% -
HSV(B) 25.8º 0.48% 0.81% -
XYZ 39.29 36.14 18.81 -
YUV 162.14 96.88 160 -
System Red Green Blue C M Y K H S L
Decimal 207 150 107 0 0.28 0.48 0.19 25.8 0.51 0.62
Hex CF 96 6B 0 1C 30 13 1A 33 3E
Octal 317 226 153 0 34 60 23 32 63 76
Binary 11001111 10010110 1101011 0 11100 110000 10011 11010 110011 111110

Color Harmonies of #CF966B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF966B

Black with #CF966B

Text Example


Text Example

White with #CF966B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF966B; }

 p { color: rgb(207,150,107); }

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

background-color css

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

 a { background-color: rgb(207,150,107); }

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

border-color css

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

 span { border-color: rgb(207,150,107); }

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