#CFB17F

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

Shades of Calico #CFB17F

Tints of Calico #CFB17F

Color information

#CFB17F (or 0xCFB17F) is unknown color: approx Calico. HEX triplet: CF, B1 and 7F. RGB value is (207,177,127). Sum of RGB (Red+Green+Blue) = 207+177+127=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 177 (69.53% from 255 or 34.64% from 511); Blue value is 127 (50% from 255 or 24.85% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB17F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFB17F is #304E80. Grayscale: #B4B4B4. Windows color (decimal): -3165825 or 8368591. OLE color: 8368591.

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

Color convert

RGB207177127-
CMYK00.140.390.19
HSL37.5º45.45%65.49%-
HSV(B)37.5º38.65%81.18%-
XYZ45.2946.2426.62-
YUV180.2797.94147.07-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.51%
GREEN value IS 177 (69.53% from 255) = 34.64%
BLUE value IS 127 (50% from 255) = 24.85%
R=40.51%
G=34.64%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717712700.140.390.1937.545.4565.49
HexCFB17F0E2713262d41
Octal31726117701647234655101
Binary1100111110110001111111101110100111100111001101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB17F; }

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

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

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

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

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

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

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

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