#CB6A7D

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

Shades of Charm #CB6A7D

Tints of Charm #CB6A7D

Color information

#CB6A7D (or 0xCB6A7D) is unknown color: approx Charm. HEX triplet: CB, 6A and 7D. RGB value is (203,106,125). Sum of RGB (Red+Green+Blue) = 203+106+125=434 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.77% from 434); Green value is 106 (41.80% from 255 or 24.42% from 434); Blue value is 125 (49.22% from 255 or 28.80% from 434); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6A7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6A7D is #349582. Grayscale: #898989. Windows color (decimal): -3446147 or 8219339. OLE color: 8219339.

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

Color convert

RGB203106125-
CMYK00.480.380.20
HSL348.25º48.26%60.59%-
HSV(B)348.25º47.78%79.61%-
XYZ33.4824.4922.36-
YUV137.17121.14174.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.77%
GREEN value IS 106 (41.80% from 255) = 24.42%
BLUE value IS 125 (49.22% from 255) = 28.80%
R=46.77%
G=24.42%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310612500.480.380.20348.2548.2660.59
HexCB6A7D030261415c303d
Octal31315217506046245346075
Binary1100101111010101111101011000010011010100101011100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6A7D; }

 p { color: rgb(203,106,125); }

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

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

 a { background-color: rgb(203,106,125); }

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

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

 span { border-color: rgb(203,106,125); }

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