#CFB47E

Color #CFB47E Calico (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Calico #CFB47E

Tints of Calico #CFB47E

Color information

#CFB47E (or 0xCFB47E) is unknown color: approx Calico. HEX triplet: CF, B4 and 7E. RGB value is (207,180,126). Sum of RGB (Red+Green+Blue) = 207+180+126=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 180 (70.70% from 255 or 35.09% from 513); Blue value is 126 (49.61% from 255 or 24.56% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB47E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CFB47E is #304B81. Grayscale: #B6B6B6. Windows color (decimal): -3165058 or 8303823. OLE color: 8303823.

HSL color Cylindrical-coordinate representation of color #CFB47E: hue angle of 40º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #CFB47E is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.19.

Color convert

RGB207180126-
CMYK00.130.390.19
HSL40º45.76%65.29%-
HSV(B)40º39.13%81.18%-
XYZ45.8247.4126.48-
YUV181.9296.45145.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.35%
GREEN value IS 180 (70.70% from 255) = 35.09%
BLUE value IS 126 (49.61% from 255) = 24.56%
R=40.35%
G=35.09%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20718012600.130.390.194045.7665.29
HexCFB47E0D2713282e41
Octal31726417601547235056101
Binary1100111110110100111111001101100111100111010001011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB47E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB47E; }

 p { color: rgb(207,180,126); }

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

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

 a { background-color: rgb(207,180,126); }

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

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

 span { border-color: rgb(207,180,126); }

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