#CB6679

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

Shades of Charm #CB6679

Tints of Charm #CB6679

Color information

#CB6679 (or 0xCB6679) is unknown color: approx Charm. HEX triplet: CB, 66 and 79. RGB value is (203,102,121). Sum of RGB (Red+Green+Blue) = 203+102+121=426 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.65% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 121 (47.66% from 255 or 28.40% from 426); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6679 is #349986. Grayscale: #868686. Windows color (decimal): -3447175 or 7956171. OLE color: 7956171.

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

Color convert

RGB203102121-
CMYK00.500.400.20
HSL348.71º49.27%59.8%-
HSV(B)348.71º49.75%79.61%-
XYZ32.8323.5820.91-
YUV134.36120.46176.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 47.65%
GREEN value IS 102 (40.23% from 255) = 23.94%
BLUE value IS 121 (47.66% from 255) = 28.40%
R=47.65%
G=23.94%
B=28.40%

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
Decimal20310212100.500.400.20348.7149.2759.8
HexCB6679032281415d313c
Octal31314617106250245356174
Binary1100101111001101111001011001010100010100101011101110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6679; }

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

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

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

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

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

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

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

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