#CFB181

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

Shades of Calico #CFB181

Tints of Calico #CFB181

Color information

#CFB181 (or 0xCFB181) is unknown color: approx Calico. HEX triplet: CF, B1 and 81. RGB value is (207,177,129). Sum of RGB (Red+Green+Blue) = 207+177+129=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 177 (69.53% from 255 or 34.50% from 513); Blue value is 129 (50.78% from 255 or 25.15% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB181 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB181 is #304E7E. Grayscale: #B4B4B4. Windows color (decimal): -3165823 or 8499663. OLE color: 8499663.

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

Color convert

RGB207177129-
CMYK00.140.380.19
HSL36.92º44.83%65.88%-
HSV(B)36.92º37.68%81.18%-
XYZ45.4246.2927.31-
YUV180.598.94146.9-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.35%
GREEN value IS 177 (69.53% from 255) = 34.50%
BLUE value IS 129 (50.78% from 255) = 25.15%
R=40.35%
G=34.50%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.38
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717712900.140.380.1936.9244.8365.88
HexCFB1810E2613252d42
Octal31726120101646234555102
Binary11001111101100011000000101110100110100111001011011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB181; }

 p { color: rgb(207,177,129); }

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

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

 a { background-color: rgb(207,177,129); }

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

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

 span { border-color: rgb(207,177,129); }

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