#CFB184

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

Shades of Calico #CFB184

Tints of Calico #CFB184

Color information

#CFB184 (or 0xCFB184) is unknown color: approx Calico. HEX triplet: CF, B1 and 84. RGB value is (207,177,132). Sum of RGB (Red+Green+Blue) = 207+177+132=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 177 (69.53% from 255 or 34.30% from 516); Blue value is 132 (51.95% from 255 or 25.58% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB184 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB184 is #304E7B. Grayscale: #B5B5B5. Windows color (decimal): -3165820 or 8696271. OLE color: 8696271.

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

Color convert

RGB207177132-
CMYK00.140.360.19
HSL36º43.86%66.47%-
HSV(B)36º36.23%81.18%-
XYZ45.6246.3828.38-
YUV180.84100.44146.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.12%
GREEN value IS 177 (69.53% from 255) = 34.30%
BLUE value IS 132 (51.95% from 255) = 25.58%
R=40.12%
G=34.30%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717713200.140.360.193643.8666.47
HexCFB1840E2413242c42
Octal31726120401644234454102
Binary11001111101100011000010001110100100100111001001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB184; }

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

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

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

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

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

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

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

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