#CB7383

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

Shades of Charm #CB7383

Tints of Charm #CB7383

Color information

#CB7383 (or 0xCB7383) is unknown color: approx Charm. HEX triplet: CB, 73 and 83. RGB value is (203,115,131). Sum of RGB (Red+Green+Blue) = 203+115+131=449 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.21% from 449); Green value is 115 (45.31% from 255 or 25.61% from 449); Blue value is 131 (51.56% from 255 or 29.18% from 449); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7383 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7383 is #348C7C. Grayscale: #8F8F8F. Windows color (decimal): -3443837 or 8614859. OLE color: 8614859.

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

Color convert

RGB203115131-
CMYK00.430.350.20
HSL349.09º45.83%62.35%-
HSV(B)349.09º43.35%79.61%-
XYZ34.8626.624.77-
YUV143.14121.15170.7-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.21%
GREEN value IS 115 (45.31% from 255) = 25.61%
BLUE value IS 131 (51.56% from 255) = 29.18%
R=45.21%
G=25.61%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311513100.430.350.20349.0945.8362.35
HexCB738302B231415d2e3e
Octal31316320305343245355676
Binary11001011111001110000011010101110001110100101011101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7383; }

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

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

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

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

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

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

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

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