#CEBC82

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

Shades of Yuma #CEBC82

Tints of Yuma #CEBC82

Color information

#CEBC82 (or 0xCEBC82) is unknown color: approx Yuma. HEX triplet: CE, BC and 82. RGB value is (206,188,130). Sum of RGB (Red+Green+Blue) = 206+188+130=524 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.31% from 524); Green value is 188 (73.83% from 255 or 35.88% from 524); Blue value is 130 (51.17% from 255 or 24.81% from 524); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBC82 is #31437D. Grayscale: #BBBBBB. Windows color (decimal): -3228542 or 8568014. OLE color: 8568014.

HSL color Cylindrical-coordinate representation of color #CEBC82: hue angle of 45.79º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CEBC82 is Cyan = 0, Magento = 0.09, Yellow = 0.37 and Black (K on CMYK) = 0.19.

Color convert

RGB206188130-
CMYK00.090.370.19
HSL45.79º43.68%65.88%-
HSV(B)45.79º36.89%80.78%-
XYZ47.4750.728.4-
YUV186.7795.96141.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.31%
GREEN value IS 188 (73.83% from 255) = 35.88%
BLUE value IS 130 (51.17% from 255) = 24.81%
R=39.31%
G=35.88%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618813000.090.370.1945.7943.6865.88
HexCEBC820925132e2c42
Octal31627420201145235654102
Binary11001110101111001000001001001100101100111011101011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBC82; }

 p { color: rgb(206,188,130); }

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

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

 a { background-color: rgb(206,188,130); }

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

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

 span { border-color: rgb(206,188,130); }

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