#cebc8e

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

Shades of Yuma #CEBC8E

Tints of Yuma #CEBC8E

Color information

#CEBC8E (or 0xCEBC8E) is unknown color: approx Yuma. HEX triplet: CE, BC and 8E. RGB value is (206,188,142). Sum of RGB (Red+Green+Blue) = 206+188+142=536 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.43% from 536); Green value is 188 (73.83% from 255 or 35.07% from 536); Blue value is 142 (55.86% from 255 or 26.49% from 536); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBC8E is #314371. Grayscale: #BCBCBC. Windows color (decimal): -3228530 or 9354446. OLE color: 9354446.

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

Color convert

RGB206188142-
CMYK00.090.310.19
HSL43.12º39.51%68.24%-
HSV(B)43.12º31.07%80.78%-
XYZ48.3251.0432.9-
YUV188.14101.96140.74-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.43%
GREEN value IS 188 (73.83% from 255) = 35.07%
BLUE value IS 142 (55.86% from 255) = 26.49%
R=38.43%
G=35.07%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.31
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618814200.090.310.1943.1239.5168.24
HexCEBC8E091F132b2844
Octal31627421601137235350104
Binary1100111010111100100011100100111111100111010111010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cebc8e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cebc8e; }

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

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

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

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

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

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

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

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