#CEBB8A

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

Shades of Yuma #CEBB8A

Tints of Yuma #CEBB8A

Color information

#CEBB8A (or 0xCEBB8A) is unknown color: approx Yuma. HEX triplet: CE, BB and 8A. RGB value is (206,187,138). Sum of RGB (Red+Green+Blue) = 206+187+138=531 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.79% from 531); Green value is 187 (73.44% from 255 or 35.22% from 531); Blue value is 138 (54.30% from 255 or 25.99% from 531); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBB8A is #314475. Grayscale: #BBBBBB. Windows color (decimal): -3228790 or 9092046. OLE color: 9092046.

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

Color convert

RGB206187138-
CMYK00.090.330.19
HSL43.24º40.96%67.45%-
HSV(B)43.24º33.01%80.78%-
XYZ47.8150.531.27-
YUV187.1100.29141.48-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 38.79%
GREEN value IS 187 (73.44% from 255) = 35.22%
BLUE value IS 138 (54.30% from 255) = 25.99%
R=38.79%
G=35.22%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20618713800.090.330.1943.2440.9667.45
HexCEBB8A0921132b2943
Octal31627321201141235351103
Binary11001110101110111000101001001100001100111010111010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBB8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBB8A; }

 p { color: rgb(206,187,138); }

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

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

 a { background-color: rgb(206,187,138); }

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

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

 span { border-color: rgb(206,187,138); }

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