#CFBE9E

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

Shades of Double Spanish White #CFBE9E

Tints of Double Spanish White #CFBE9E

Color information

#CFBE9E (or 0xCFBE9E) is unknown color: approx Double Spanish White. HEX triplet: CF, BE and 9E. RGB value is (207,190,158). Sum of RGB (Red+Green+Blue) = 207+190+158=555 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.30% from 555); Green value is 190 (74.61% from 255 or 34.23% from 555); Blue value is 158 (62.11% from 255 or 28.47% from 555); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBE9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFBE9E is #304161. Grayscale: #BFBFBF. Windows color (decimal): -3162466 or 10403535. OLE color: 10403535.

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

Color convert

RGB207190158-
CMYK00.080.240.19
HSL39.18º33.79%71.57%-
HSV(B)39.18º23.67%81.18%-
XYZ50.3252.5639.84-
YUV191.44109.13139.1-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.30%
GREEN value IS 190 (74.61% from 255) = 34.23%
BLUE value IS 158 (62.11% from 255) = 28.47%
R=37.30%
G=34.23%
B=28.47%

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
Decimal20719015800.080.240.1939.1833.7971.57
HexCFBE9E081813272248
Octal31727623601030234742110
Binary1100111110111110100111100100011000100111001111000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFBE9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFBE9E; }

 p { color: rgb(207,190,158); }

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

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

 a { background-color: rgb(207,190,158); }

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

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

 span { border-color: rgb(207,190,158); }

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