#CB7183

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

Shades of Charm #CB7183

Tints of Charm #CB7183

Color information

#CB7183 (or 0xCB7183) is unknown color: approx Charm. HEX triplet: CB, 71 and 83. RGB value is (203,113,131). Sum of RGB (Red+Green+Blue) = 203+113+131=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 113 (44.53% from 255 or 25.28% from 447); Blue value is 131 (51.56% from 255 or 29.31% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7183 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7183 is #348E7C. Grayscale: #8D8D8D. Windows color (decimal): -3444349 or 8614347. OLE color: 8614347.

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

Color convert

RGB203113131-
CMYK00.440.350.20
HSL348º46.39%61.96%-
HSV(B)348º44.33%79.61%-
XYZ34.6326.1524.69-
YUV141.96121.82171.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.41%
GREEN value IS 113 (44.53% from 255) = 25.28%
BLUE value IS 131 (51.56% from 255) = 29.31%
R=45.41%
G=25.28%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311313100.440.350.2034846.3961.96
HexCB718302C231415c2e3e
Octal31316120305443245345676
Binary11001011111000110000011010110010001110100101011100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7183

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7183; }

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

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

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

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

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

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

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

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