#CB6B7E

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

Shades of Charm #CB6B7E

Tints of Charm #CB6B7E

Color information

#CB6B7E (or 0xCB6B7E) is unknown color: approx Charm. HEX triplet: CB, 6B and 7E. RGB value is (203,107,126). Sum of RGB (Red+Green+Blue) = 203+107+126=436 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.56% from 436); Green value is 107 (42.19% from 255 or 24.54% from 436); Blue value is 126 (49.61% from 255 or 28.90% from 436); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6B7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6B7E is #349481. Grayscale: #898989. Windows color (decimal): -3445890 or 8285131. OLE color: 8285131.

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

Color convert

RGB203107126-
CMYK00.470.380.20
HSL348.12º48%60.78%-
HSV(B)348.12º47.29%79.61%-
XYZ33.6524.7222.74-
YUV137.87121.3174.46-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.56%
GREEN value IS 107 (42.19% from 255) = 24.54%
BLUE value IS 126 (49.61% from 255) = 28.90%
R=46.56%
G=24.54%
B=28.90%

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
Decimal20310712600.470.380.20348.124860.78
HexCB6B7E02F261415c303d
Octal31315317605746245346075
Binary1100101111010111111110010111110011010100101011100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6B7E; }

 p { color: rgb(203,107,126); }

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

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

 a { background-color: rgb(203,107,126); }

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

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

 span { border-color: rgb(203,107,126); }

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