#CEBF9C

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

Shades of Double Spanish White #CEBF9C

Tints of Double Spanish White #CEBF9C

Color information

#CEBF9C (or 0xCEBF9C) is unknown color: approx Double Spanish White. HEX triplet: CE, BF and 9C. RGB value is (206,191,156). Sum of RGB (Red+Green+Blue) = 206+191+156=553 (73% of max value = 765). Red value is 206 (80.86% from 255 or 37.25% from 553); Green value is 191 (75% from 255 or 34.54% from 553); Blue value is 156 (61.33% from 255 or 28.21% from 553); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBF9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBF9C is #314063. Grayscale: #BFBFBF. Windows color (decimal): -3227748 or 10272718. OLE color: 10272718.

HSL color Cylindrical-coordinate representation of color #CEBF9C: hue angle of 42º 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 #CEBF9C is Cyan = 0, Magento = 0.07, Yellow = 0.24 and Black (K on CMYK) = 0.19.

Color convert

RGB206191156-
CMYK00.070.240.19
HSL42º33.78%70.98%-
HSV(B)42º24.27%80.78%-
XYZ50.0952.7839-
YUV191.49107.97138.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 37.25%
GREEN value IS 191 (75% from 255) = 34.54%
BLUE value IS 156 (61.33% from 255) = 28.21%
R=37.25%
G=34.54%
B=28.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.24
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619115600.070.240.194233.7870.98
HexCEBF9C0718132a2247
Octal3162772340730235242107
Binary110011101011111110011100011111000100111010101000101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBF9C; }

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

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

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

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

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

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

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

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