#CB7283

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

Shades of Charm #CB7283

Tints of Charm #CB7283

Color information

#CB7283 (or 0xCB7283) is unknown color: approx Charm. HEX triplet: CB, 72 and 83. RGB value is (203,114,131). Sum of RGB (Red+Green+Blue) = 203+114+131=448 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.31% from 448); Green value is 114 (44.92% from 255 or 25.45% from 448); Blue value is 131 (51.56% from 255 or 29.24% from 448); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7283 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB7283 is #348D7C. Grayscale: #8E8E8E. Windows color (decimal): -3444093 or 8614603. OLE color: 8614603.

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

Color convert

RGB203114131-
CMYK00.440.350.20
HSL348.54º46.11%62.16%-
HSV(B)348.54º43.84%79.61%-
XYZ34.7426.3724.73-
YUV142.55121.49171.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.31%
GREEN value IS 114 (44.92% from 255) = 25.45%
BLUE value IS 131 (51.56% from 255) = 29.24%
R=45.31%
G=25.45%
B=29.24%

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
Decimal20311413100.440.350.20348.5446.1162.16
HexCB728302C231415d2e3e
Octal31316220305443245355676
Binary11001011111001010000011010110010001110100101011101101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB7283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB7283; }

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

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

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

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

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

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

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

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