#CB6784

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

Shades of Charm #CB6784

Tints of Charm #CB6784

Color information

#CB6784 (or 0xCB6784) is unknown color: approx Charm. HEX triplet: CB, 67 and 84. RGB value is (203,103,132). Sum of RGB (Red+Green+Blue) = 203+103+132=438 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.35% from 438); Green value is 103 (40.62% from 255 or 23.52% from 438); Blue value is 132 (51.95% from 255 or 30.14% from 438); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6784 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6784 is #34987B. Grayscale: #888888. Windows color (decimal): -3446908 or 8677323. OLE color: 8677323.

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

Color convert

RGB203103132-
CMYK00.490.350.20
HSL342.6º49.02%60%-
HSV(B)342.6º49.26%79.61%-
XYZ33.6424.0624.7-
YUV136.21125.63175.64-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.35%
GREEN value IS 103 (40.62% from 255) = 23.52%
BLUE value IS 132 (51.95% from 255) = 30.14%
R=46.35%
G=23.52%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.35
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310313200.490.350.20342.649.0260
HexCB67840312314157313c
Octal31314720406143245276174
Binary11001011110011110000100011000110001110100101010111110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6784; }

 p { color: rgb(203,103,132); }

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

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

 a { background-color: rgb(203,103,132); }

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

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

 span { border-color: rgb(203,103,132); }

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