#CEBC85

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

Shades of Yuma #CEBC85

Tints of Yuma #CEBC85

Color information

#CEBC85 (or 0xCEBC85) is unknown color: approx Yuma. HEX triplet: CE, BC and 85. RGB value is (206,188,133). Sum of RGB (Red+Green+Blue) = 206+188+133=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 188 (73.83% from 255 or 35.67% from 527); Blue value is 133 (52.34% from 255 or 25.24% from 527); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC85 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBC85 is #31437A. Grayscale: #BBBBBB. Windows color (decimal): -3228539 or 8764622. OLE color: 8764622.

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

Color convert

RGB206188133-
CMYK00.090.350.19
HSL45.21º42.69%66.47%-
HSV(B)45.21º35.44%80.78%-
XYZ47.6750.7829.48-
YUV187.1197.46141.47-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 39.09%
GREEN value IS 188 (73.83% from 255) = 35.67%
BLUE value IS 133 (52.34% from 255) = 25.24%
R=39.09%
G=35.67%
B=25.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618813300.090.350.1945.2142.6966.47
HexCEBC850923132d2b42
Octal31627420501143235553102
Binary11001110101111001000010101001100011100111011011010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBC85; }

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

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

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

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

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

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

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

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