#CB6C7D

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

Shades of Charm #CB6C7D

Tints of Charm #CB6C7D

Color information

#CB6C7D (or 0xCB6C7D) is unknown color: approx Charm. HEX triplet: CB, 6C and 7D. RGB value is (203,108,125). Sum of RGB (Red+Green+Blue) = 203+108+125=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 108 (42.58% from 255 or 24.77% from 436); Blue value is 125 (49.22% from 255 or 28.67% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6C7D is #349382. Grayscale: #8A8A8A. Windows color (decimal): -3445635 or 8219851. OLE color: 8219851.

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

Color convert

RGB203108125-
CMYK00.470.380.20
HSL349.26º47.74%60.98%-
HSV(B)349.26º46.8%79.61%-
XYZ33.6924.922.43-
YUV138.34120.47174.12-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.56%
GREEN value IS 108 (42.58% from 255) = 24.77%
BLUE value IS 125 (49.22% from 255) = 28.67%
R=46.56%
G=24.77%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310812500.470.380.20349.2647.7460.98
HexCB6C7D02F261415d303d
Octal31315417505746245356075
Binary1100101111011001111101010111110011010100101011101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6C7D; }

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

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

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

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

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

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

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

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