#CEAB7F

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

Shades of Calico #CEAB7F

Tints of Calico #CEAB7F

Color information

#CEAB7F (or 0xCEAB7F) is unknown color: approx Calico. HEX triplet: CE, AB and 7F. RGB value is (206,171,127). Sum of RGB (Red+Green+Blue) = 206+171+127=504 (66% of max value = 765). Red value is 206 (80.86% from 255 or 40.87% from 504); Green value is 171 (67.19% from 255 or 33.93% from 504); Blue value is 127 (50% from 255 or 25.20% from 504); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAB7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CEAB7F is #315480. Grayscale: #B0B0B0. Windows color (decimal): -3232897 or 8367054. OLE color: 8367054.

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

Color convert

RGB206171127-
CMYK00.170.380.19
HSL33.42º44.63%65.29%-
HSV(B)33.42º38.35%80.78%-
XYZ43.8543.7826.22-
YUV176.45100.1149.08-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 40.87%
GREEN value IS 171 (67.19% from 255) = 33.93%
BLUE value IS 127 (50% from 255) = 25.20%
R=40.87%
G=33.93%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20617112700.170.380.1933.4244.6365.29
HexCEAB7F0112613212d41
Octal31625317702146234155101
Binary11001110101010111111111010001100110100111000011011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAB7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAB7F; }

 p { color: rgb(206,171,127); }

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

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

 a { background-color: rgb(206,171,127); }

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

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

 span { border-color: rgb(206,171,127); }

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