#CB647E

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

Shades of Charm #CB647E

Tints of Charm #CB647E

Color information

#CB647E (or 0xCB647E) is unknown color: approx Charm. HEX triplet: CB, 64 and 7E. RGB value is (203,100,126). Sum of RGB (Red+Green+Blue) = 203+100+126=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB647E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB647E is #349B81. Grayscale: #858585. Windows color (decimal): -3447682 or 8283339. OLE color: 8283339.

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

Color convert

RGB203100126-
CMYK00.510.380.20
HSL344.85º49.76%59.41%-
HSV(B)344.85º50.74%79.61%-
XYZ32.9523.3222.5-
YUV133.76123.62177.39-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.32%
GREEN value IS 100 (39.45% from 255) = 23.31%
BLUE value IS 126 (49.61% from 255) = 29.37%
R=47.32%
G=23.31%
B=29.37%

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
Decimal20310012600.510.380.20344.8549.7659.41
HexCB647E0332614159323b
Octal31314417606346245316273
Binary1100101111001001111110011001110011010100101011001110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB647E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB647E; }

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

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

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

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

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

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

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

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