#CFB183

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

Shades of Calico #CFB183

Tints of Calico #CFB183

Color information

#CFB183 (or 0xCFB183) is unknown color: approx Calico. HEX triplet: CF, B1 and 83. RGB value is (207,177,131). Sum of RGB (Red+Green+Blue) = 207+177+131=515 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.19% from 515); Green value is 177 (69.53% from 255 or 34.37% from 515); Blue value is 131 (51.56% from 255 or 25.44% from 515); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB183 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB183 is #304E7C. Grayscale: #B4B4B4. Windows color (decimal): -3165821 or 8630735. OLE color: 8630735.

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

Color convert

RGB207177131-
CMYK00.140.370.19
HSL36.32º44.19%66.27%-
HSV(B)36.32º36.71%81.18%-
XYZ45.5546.3528.02-
YUV180.7399.94146.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.19%
GREEN value IS 177 (69.53% from 255) = 34.37%
BLUE value IS 131 (51.56% from 255) = 25.44%
R=40.19%
G=34.37%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.37
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717713100.140.370.1936.3244.1966.27
HexCFB1830E2513242c42
Octal31726120301645234454102
Binary11001111101100011000001101110100101100111001001011001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB183; }

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

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

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

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

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

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

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

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