#cebf70

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

Shades of Chenin #CEBF70

Tints of Chenin #CEBF70

Color information

#CEBF70 (or 0xCEBF70) is unknown color: approx Chenin. HEX triplet: CE, BF and 70. RGB value is (206,191,112). Sum of RGB (Red+Green+Blue) = 206+191+112=509 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.47% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 112 (44.14% from 255 or 22.00% from 509); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBF70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBF70 is #31408F. Grayscale: #BABABA. Windows color (decimal): -3227792 or 7389134. OLE color: 7389134.

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

Color convert

RGB206191112-
CMYK00.070.460.19
HSL50.43º48.96%62.35%-
HSV(B)50.43º45.63%80.78%-
XYZ47.0151.5522.8-
YUV186.4885.97141.92-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.47%
GREEN value IS 191 (75% from 255) = 37.52%
BLUE value IS 112 (44.14% from 255) = 22.00%
R=40.47%
G=37.52%
B=22.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619111200.070.460.1950.4348.9662.35
HexCEBF70072E1332313e
Octal316277160075623626176
Binary11001110101111111110000011110111010011110010110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cebf70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cebf70; }

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

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

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

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

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

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

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

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