#CB7376

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

Shades of Froly #CB7376

Tints of Froly #CB7376

Color information

#CB7376 (or 0xCB7376) is unknown color: approx Froly. HEX triplet: CB, 73 and 76. RGB value is (203,115,118). Sum of RGB (Red+Green+Blue) = 203+115+118=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 115 (45.31% from 255 or 26.38% from 436); Blue value is 118 (46.48% from 255 or 27.06% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7376 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7376 is #348C89. Grayscale: #8D8D8D. Windows color (decimal): -3443850 or 7762891. OLE color: 7762891.

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

Color convert

RGB203115118-
CMYK00.430.420.20
HSL357.95º45.83%62.35%-
HSV(B)357.95º43.35%79.61%-
XYZ34.0326.2720.42-
YUV141.65114.65171.76-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.56%
GREEN value IS 115 (45.31% from 255) = 26.38%
BLUE value IS 118 (46.48% from 255) = 27.06%
R=46.56%
G=26.38%
B=27.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311511800.430.420.20357.9545.8362.35
HexCB737602B2A141662e3e
Octal31316316605352245465676
Binary1100101111100111110110010101110101010100101100110101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7376; }

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

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

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

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

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

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

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

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