#CEBFA0

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

Shades of Double Spanish White #CEBFA0

Tints of Double Spanish White #CEBFA0

Color information

#CEBFA0 (or 0xCEBFA0) is unknown color: approx Double Spanish White. HEX triplet: CE, BF and A0. RGB value is (206,191,160). Sum of RGB (Red+Green+Blue) = 206+191+160=557 (73% of max value = 765). Red value is 206 (80.86% from 255 or 36.98% from 557); Green value is 191 (75% from 255 or 34.29% from 557); Blue value is 160 (62.89% from 255 or 28.73% from 557); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBFA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CEBFA0 is #31405F. Grayscale: #C0C0C0. Windows color (decimal): -3227744 or 10534862. OLE color: 10534862.

HSL color Cylindrical-coordinate representation of color #CEBFA0: hue angle of 40.43º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEBFA0 is Cyan = 0, Magento = 0.07, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB206191160-
CMYK00.070.220.19
HSL40.43º31.94%71.76%-
HSV(B)40.43º22.33%80.78%-
XYZ50.4352.9240.81-
YUV191.95109.97138.02-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 36.98%
GREEN value IS 191 (75% from 255) = 34.29%
BLUE value IS 160 (62.89% from 255) = 28.73%
R=36.98%
G=34.29%
B=28.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.22
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20619116000.070.220.1940.4331.9471.76
HexCEBFA0071613282048
Octal3162772400726235040110
Binary110011101011111110100000011110110100111010001000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBFA0; }

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

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

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

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

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

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

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

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