#CB617F

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

Shades of Charm #CB617F

Tints of Charm #CB617F

Color information

#CB617F (or 0xCB617F) is unknown color: approx Charm. HEX triplet: CB, 61 and 7F. RGB value is (203,97,127). Sum of RGB (Red+Green+Blue) = 203+97+127=427 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.54% from 427); Green value is 97 (38.28% from 255 or 22.72% from 427); Blue value is 127 (50% from 255 or 29.74% from 427); Max value from RGB is 203 - color contains mainly: red. Hex color #CB617F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB617F is #349E80. Grayscale: #848484. Windows color (decimal): -3448449 or 8348107. OLE color: 8348107.

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

Color convert

RGB20397127-
CMYK00.520.370.20
HSL343.02º50.48%58.82%-
HSV(B)343.02º52.22%79.61%-
XYZ32.7322.7822.75-
YUV132.11125.12178.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.54%
GREEN value IS 97 (38.28% from 255) = 22.72%
BLUE value IS 127 (50% from 255) = 29.74%
R=47.54%
G=22.72%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.37
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2039712700.520.370.20343.0250.4858.82
HexCB617F0342514157323b
Octal31314117706445245276273
Binary1100101111000011111111011010010010110100101010111110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB617F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB617F; }

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

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

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

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

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

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

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

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