#CFBF70

Color #CFBF70 Chenin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chenin #CFBF70

Tints of Chenin #CFBF70

Color information

#CFBF70 (or 0xCFBF70) is unknown color: approx Chenin. HEX triplet: CF, BF and 70. RGB value is (207,191,112). Sum of RGB (Red+Green+Blue) = 207+191+112=510 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.59% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 112 (44.14% from 255 or 21.96% from 510); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBF70 is #30408F. Grayscale: #BBBBBB. Windows color (decimal): -3162256 or 7389135. OLE color: 7389135.

HSL color Cylindrical-coordinate representation of color #CFBF70: hue angle of 49.89º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CFBF70 is Cyan = 0, Magento = 0.08, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB207191112-
CMYK00.080.460.19
HSL49.89º49.74%62.55%-
HSV(B)49.89º45.89%81.18%-
XYZ47.2951.722.82-
YUV186.7885.8142.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.59%
GREEN value IS 191 (75% from 255) = 37.45%
BLUE value IS 112 (44.14% from 255) = 21.96%
R=40.59%
G=37.45%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719111200.080.460.1949.8949.7462.55
HexCFBF70082E1332323f
Octal3172771600105623626277
Binary110011111011111111100000100010111010011110010110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBF70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBF70; }

 p { color: rgb(207,191,112); }

 H1.HeaderClassName
 {
   color: #CFBF70;
 }
 .AnyTagClassName
 {
   color: #CFBF70;
 }
</style>
background-color css

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

 a { background-color: rgb(207,191,112); }

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

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

 span { border-color: rgb(207,191,112); }

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