#CB667C

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

Shades of Charm #CB667C

Tints of Charm #CB667C

Color information

#CB667C (or 0xCB667C) is unknown color: approx Charm. HEX triplet: CB, 66 and 7C. RGB value is (203,102,124). Sum of RGB (Red+Green+Blue) = 203+102+124=429 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.32% from 429); Green value is 102 (40.23% from 255 or 23.78% from 429); Blue value is 124 (48.83% from 255 or 28.90% from 429); Max value from RGB is 203 - color contains mainly: red. Hex color #CB667C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB667C is #349983. Grayscale: #868686. Windows color (decimal): -3447172 or 8152779. OLE color: 8152779.

HSL color Cylindrical-coordinate representation of color #CB667C: hue angle of 346.93º degrees, saturation: 0.49, 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 #CB667C is Cyan = 0, Magento = 0.50, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB203102124-
CMYK00.500.390.20
HSL346.93º49.27%59.8%-
HSV(B)346.93º49.75%79.61%-
XYZ33.0223.6521.89-
YUV134.71121.96176.71-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.32%
GREEN value IS 102 (40.23% from 255) = 23.78%
BLUE value IS 124 (48.83% from 255) = 28.90%
R=47.32%
G=23.78%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310212400.500.390.20346.9349.2759.8
HexCB667C032271415b313c
Octal31314617406247245336174
Binary1100101111001101111100011001010011110100101011011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB667C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB667C; }

 p { color: rgb(203,102,124); }

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

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

 a { background-color: rgb(203,102,124); }

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

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

 span { border-color: rgb(203,102,124); }

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