#CFC4A0

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

Shades of Double Spanish White #CFC4A0

Tints of Double Spanish White #CFC4A0

Color information

#CFC4A0 (or 0xCFC4A0) is unknown color: approx Double Spanish White. HEX triplet: CF, C4 and A0. RGB value is (207,196,160). Sum of RGB (Red+Green+Blue) = 207+196+160=563 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.77% from 563); Green value is 196 (76.95% from 255 or 34.81% from 563); Blue value is 160 (62.89% from 255 or 28.42% from 563); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC4A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC4A0 is #303B5F. Grayscale: #C3C3C3. Windows color (decimal): -3160928 or 10536143. OLE color: 10536143.

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

Color convert

RGB207196160-
CMYK00.050.230.19
HSL45.96º32.87%71.96%-
HSV(B)45.96º22.71%81.18%-
XYZ51.8255.2841.2-
YUV195.18108.14136.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.77%
GREEN value IS 196 (76.95% from 255) = 34.81%
BLUE value IS 160 (62.89% from 255) = 28.42%
R=36.77%
G=34.81%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719616000.050.230.1945.9632.8771.96
HexCFC4A00517132e2148
Octal3173042400527235641110
Binary110011111100010010100000010110111100111011101000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC4A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC4A0; }

 p { color: rgb(207,196,160); }

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

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

 a { background-color: rgb(207,196,160); }

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

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

 span { border-color: rgb(207,196,160); }

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