#CB647D

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

Shades of Charm #CB647D

Tints of Charm #CB647D

Color information

#CB647D (or 0xCB647D) is unknown color: approx Charm. HEX triplet: CB, 64 and 7D. RGB value is (203,100,125). Sum of RGB (Red+Green+Blue) = 203+100+125=428 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.43% from 428); Green value is 100 (39.45% from 255 or 23.36% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 203 - color contains mainly: red. Hex color #CB647D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB647D is #349B82. Grayscale: #858585. Windows color (decimal): -3447683 or 8217803. OLE color: 8217803.

HSL color Cylindrical-coordinate representation of color #CB647D: hue angle of 345.44º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB647D is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.20.

Color convert

RGB203100125-
CMYK00.510.380.20
HSL345.44º49.76%59.41%-
HSV(B)345.44º50.74%79.61%-
XYZ32.8923.2922.16-
YUV133.65123.12177.47-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.43%
GREEN value IS 100 (39.45% from 255) = 23.36%
BLUE value IS 125 (49.22% from 255) = 29.21%
R=47.43%
G=23.36%
B=29.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310012500.510.380.20345.4449.7659.41
HexCB647D0332614159323b
Octal31314417506346245316273
Binary1100101111001001111101011001110011010100101011001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB647D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB647D; }

 p { color: rgb(203,100,125); }

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

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

 a { background-color: rgb(203,100,125); }

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

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

 span { border-color: rgb(203,100,125); }

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