#CEBF71

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

Shades of Chenin #CEBF71

Tints of Chenin #CEBF71

Color information

#CEBF71 (or 0xCEBF71) is unknown color: approx Chenin. HEX triplet: CE, BF and 71. RGB value is (206,191,113). Sum of RGB (Red+Green+Blue) = 206+191+113=510 (67% of max value = 765). Red value is 206 (80.86% from 255 or 40.39% from 510); Green value is 191 (75% from 255 or 37.45% from 510); Blue value is 113 (44.53% from 255 or 22.16% from 510); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBF71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CEBF71 is #31408E. Grayscale: #BABABA. Windows color (decimal): -3227791 or 7454670. OLE color: 7454670.

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

Color convert

RGB206191113-
CMYK00.070.450.19
HSL50.32º48.69%62.55%-
HSV(B)50.32º45.15%80.78%-
XYZ47.0751.5823.1-
YUV186.5986.47141.84-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.39%
GREEN value IS 191 (75% from 255) = 37.45%
BLUE value IS 113 (44.53% from 255) = 22.16%
R=40.39%
G=37.45%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.45
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619111300.070.450.1950.3248.6962.55
HexCEBF71072D1332313f
Octal316277161075523626177
Binary11001110101111111110001011110110110011110010110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBF71; }

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

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

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

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

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

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

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

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