#cb657a

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

Shades of Charm #CB657A

Tints of Charm #CB657A

Color information

#CB657A (or 0xCB657A) is unknown color: approx Charm. HEX triplet: CB, 65 and 7A. RGB value is (203,101,122). Sum of RGB (Red+Green+Blue) = 203+101+122=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 122 (48.05% from 255 or 28.64% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB657A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB657A is #349A85. Grayscale: #858585. Windows color (decimal): -3447430 or 8021451. OLE color: 8021451.

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

Color convert

RGB203101122-
CMYK00.500.400.20
HSL347.65º49.51%59.61%-
HSV(B)347.65º50.25%79.61%-
XYZ32.823.4121.2-
YUV133.89121.29177.29-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.65%
GREEN value IS 101 (39.84% from 255) = 23.71%
BLUE value IS 122 (48.05% from 255) = 28.64%
R=47.65%
G=23.71%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310112200.500.400.20347.6549.5159.61
HexCB657A032281415c323c
Octal31314517206250245346274
Binary1100101111001011111010011001010100010100101011100110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cb657a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cb657a; }

 p { color: rgb(203,101,122); }

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

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

 a { background-color: rgb(203,101,122); }

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

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

 span { border-color: rgb(203,101,122); }

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