#CEBE9C

Color #CEBE9C Double Spanish White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Double Spanish White #CEBE9C

Tints of Double Spanish White #CEBE9C

Color information

#CEBE9C (or 0xCEBE9C) is unknown color: approx Double Spanish White. HEX triplet: CE, BE and 9C. RGB value is (206,190,156). Sum of RGB (Red+Green+Blue) = 206+190+156=552 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.32% from 552); Green value is 190 (74.61% from 255 or 34.42% from 552); Blue value is 156 (61.33% from 255 or 28.26% from 552); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBE9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBE9C is #314163. Grayscale: #BFBFBF. Windows color (decimal): -3228004 or 10272462. OLE color: 10272462.

HSL color Cylindrical-coordinate representation of color #CEBE9C: hue angle of 40.8º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEBE9C is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB206190156-
CMYK00.080.240.19
HSL40.8º33.78%70.98%-
HSV(B)40.8º24.27%80.78%-
XYZ49.8752.3538.93-
YUV190.91108.3138.76-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.32%
GREEN value IS 190 (74.61% from 255) = 34.42%
BLUE value IS 156 (61.33% from 255) = 28.26%
R=37.32%
G=34.42%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619015600.080.240.1940.833.7870.98
HexCEBE9C081813292247
Octal31627623401030235142107
Binary1100111010111110100111000100011000100111010011000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBE9C; }

 p { color: rgb(206,190,156); }

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

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

 a { background-color: rgb(206,190,156); }

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

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

 span { border-color: rgb(206,190,156); }

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