#CB7173

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

Shades of Froly #CB7173

Tints of Froly #CB7173

Color information

#CB7173 (or 0xCB7173) is unknown color: approx Froly. HEX triplet: CB, 71 and 73. RGB value is (203,113,115). Sum of RGB (Red+Green+Blue) = 203+113+115=431 (57% of max value = 765). Red value is 203 (79.69% from 255 or 47.10% from 431); Green value is 113 (44.53% from 255 or 26.22% from 431); Blue value is 115 (45.31% from 255 or 26.68% from 431); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7173 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7173 is #348E8C. Grayscale: #8C8C8C. Windows color (decimal): -3444365 or 7565771. OLE color: 7565771.

HSL color Cylindrical-coordinate representation of color #CB7173: hue angle of 358.67º 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 #CB7173 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.20.

Color convert

RGB203113115-
CMYK00.440.430.20
HSL358.67º46.39%61.96%-
HSV(B)358.67º44.33%79.61%-
XYZ33.6325.7419.42-
YUV140.14113.82172.84-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.10%
GREEN value IS 113 (44.53% from 255) = 26.22%
BLUE value IS 115 (45.31% from 255) = 26.68%
R=47.10%
G=26.22%
B=26.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311311500.440.430.20358.6746.3961.96
HexCB717302C2B141672e3e
Octal31316116305453245475676
Binary1100101111100011110011010110010101110100101100111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7173; }

 p { color: rgb(203,113,115); }

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

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

 a { background-color: rgb(203,113,115); }

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

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

 span { border-color: rgb(203,113,115); }

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