#CFC19A

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

Shades of Double Spanish White #CFC19A

Tints of Double Spanish White #CFC19A

Color information

#CFC19A (or 0xCFC19A) is unknown color: approx Double Spanish White. HEX triplet: CF, C1 and 9A. RGB value is (207,193,154). Sum of RGB (Red+Green+Blue) = 207+193+154=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 193 (75.78% from 255 or 34.84% from 554); Blue value is 154 (60.55% from 255 or 27.80% from 554); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC19A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFC19A is #303E65. Grayscale: #C0C0C0. Windows color (decimal): -3161702 or 10142159. OLE color: 10142159.

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

Color convert

RGB207193154-
CMYK00.070.260.19
HSL44.15º35.57%70.78%-
HSV(B)44.15º25.6%81.18%-
XYZ50.6353.7438.28-
YUV192.74106.14138.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 37.36%
GREEN value IS 193 (75.78% from 255) = 34.84%
BLUE value IS 154 (60.55% from 255) = 27.80%
R=37.36%
G=34.84%
B=27.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.26
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20719315400.070.260.1944.1535.5770.78
HexCFC19A071A132c2447
Octal3173012320732235444107
Binary110011111100000110011010011111010100111011001001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC19A; }

 p { color: rgb(207,193,154); }

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

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

 a { background-color: rgb(207,193,154); }

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

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

 span { border-color: rgb(207,193,154); }

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