#CB7275

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

Shades of Froly #CB7275

Tints of Froly #CB7275

Color information

#CB7275 (or 0xCB7275) is unknown color: approx Froly. HEX triplet: CB, 72 and 75. RGB value is (203,114,117). Sum of RGB (Red+Green+Blue) = 203+114+117=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 117 (46.09% from 255 or 26.96% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7275 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7275 is #348D8A. Grayscale: #8D8D8D. Windows color (decimal): -3444107 or 7697099. OLE color: 7697099.

HSL color Cylindrical-coordinate representation of color #CB7275: hue angle of 357.98º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB7275 is Cyan = 0, Magento = 0.44, Yellow = 0.42 and Black (K on CMYK) = 0.20.

Color convert

RGB203114117-
CMYK00.440.420.20
HSL357.98º46.11%62.16%-
HSV(B)357.98º43.84%79.61%-
XYZ33.8626.0220.07-
YUV140.95114.49172.26-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.77%
GREEN value IS 114 (44.92% from 255) = 26.27%
BLUE value IS 117 (46.09% from 255) = 26.96%
R=46.77%
G=26.27%
B=26.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311411700.440.420.20357.9846.1162.16
HexCB727502C2A141662e3e
Octal31316216505452245465676
Binary1100101111100101110101010110010101010100101100110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7275; }

 p { color: rgb(203,114,117); }

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

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

 a { background-color: rgb(203,114,117); }

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

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

 span { border-color: rgb(203,114,117); }

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