#CB617E

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

Shades of Charm #CB617E

Tints of Charm #CB617E

Color information

#CB617E (or 0xCB617E) is unknown color: approx Charm. HEX triplet: CB, 61 and 7E. RGB value is (203,97,126). Sum of RGB (Red+Green+Blue) = 203+97+126=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 97 (38.28% from 255 or 22.77% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB617E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB617E is #349E81. Grayscale: #838383. Windows color (decimal): -3448450 or 8282571. OLE color: 8282571.

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

Color convert

RGB20397126-
CMYK00.520.380.20
HSL343.58º50.48%58.82%-
HSV(B)343.58º52.22%79.61%-
XYZ32.6722.7522.41-
YUV132124.62178.64-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.65%
GREEN value IS 97 (38.28% from 255) = 22.77%
BLUE value IS 126 (49.61% from 255) = 29.58%
R=47.65%
G=22.77%
B=29.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039712600.520.380.20343.5850.4858.82
HexCB617E0342614158323b
Octal31314117606446245306273
Binary1100101111000011111110011010010011010100101011000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB617E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB617E; }

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

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

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

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

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

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

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

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