#CFBE70

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

Shades of Chenin #CFBE70

Tints of Chenin #CFBE70

Color information

#CFBE70 (or 0xCFBE70) is unknown color: approx Chenin. HEX triplet: CF, BE and 70. RGB value is (207,190,112). Sum of RGB (Red+Green+Blue) = 207+190+112=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 190 (74.61% from 255 or 37.33% from 509); Blue value is 112 (44.14% from 255 or 22.00% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFBE70 is #30418F. Grayscale: #BABABA. Windows color (decimal): -3162512 or 7388879. OLE color: 7388879.

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

Color convert

RGB207190112-
CMYK00.080.460.19
HSL49.26º49.74%62.55%-
HSV(B)49.26º45.89%81.18%-
XYZ47.0751.2622.74-
YUV186.1986.13142.84-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.67%
GREEN value IS 190 (74.61% from 255) = 37.33%
BLUE value IS 112 (44.14% from 255) = 22.00%
R=40.67%
G=37.33%
B=22.00%

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
Decimal20719011200.080.460.1949.2649.7462.55
HexCFBE70082E1331323f
Octal3172761600105623616277
Binary110011111011111011100000100010111010011110001110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBE70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBE70; }

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

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

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

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

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

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

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

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