#CFB085

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

Shades of Calico #CFB085

Tints of Calico #CFB085

Color information

#CFB085 (or 0xCFB085) is unknown color: approx Calico. HEX triplet: CF, B0 and 85. RGB value is (207,176,133). Sum of RGB (Red+Green+Blue) = 207+176+133=516 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.12% from 516); Green value is 176 (69.14% from 255 or 34.11% from 516); Blue value is 133 (52.34% from 255 or 25.78% from 516); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFB085 is #304F7A. Grayscale: #B4B4B4. Windows color (decimal): -3166075 or 8761551. OLE color: 8761551.

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

Color convert

RGB207176133-
CMYK00.150.360.19
HSL34.86º43.53%66.67%-
HSV(B)34.86º35.75%81.18%-
XYZ45.4946.0128.67-
YUV180.37101.27147-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.12%
GREEN value IS 176 (69.14% from 255) = 34.11%
BLUE value IS 133 (52.34% from 255) = 25.78%
R=40.12%
G=34.11%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717613300.150.360.1934.8643.5366.67
HexCFB0850F2413232c43
Octal31726020501744234354103
Binary11001111101100001000010101111100100100111000111011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB085; }

 p { color: rgb(207,176,133); }

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

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

 a { background-color: rgb(207,176,133); }

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

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

 span { border-color: rgb(207,176,133); }

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