#CB737F

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

Shades of Charm #CB737F

Tints of Charm #CB737F

Color information

#CB737F (or 0xCB737F) is unknown color: approx Charm. HEX triplet: CB, 73 and 7F. RGB value is (203,115,127). Sum of RGB (Red+Green+Blue) = 203+115+127=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 115 (45.31% from 255 or 25.84% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CB737F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB737F is #348C80. Grayscale: #8E8E8E. Windows color (decimal): -3443841 or 8352715. OLE color: 8352715.

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

Color convert

RGB203115127-
CMYK00.430.370.20
HSL351.82º45.83%62.35%-
HSV(B)351.82º43.35%79.61%-
XYZ34.5926.4923.37-
YUV142.68119.15171.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.62%
GREEN value IS 115 (45.31% from 255) = 25.84%
BLUE value IS 127 (50% from 255) = 28.54%
R=45.62%
G=25.84%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311512700.430.370.20351.8245.8362.35
HexCB737F02B25141602e3e
Octal31316317705345245405676
Binary1100101111100111111111010101110010110100101100000101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB737F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB737F; }

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

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

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

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

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

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

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

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