#CB6A7E

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

Shades of Charm #CB6A7E

Tints of Charm #CB6A7E

Color information

#CB6A7E (or 0xCB6A7E) is unknown color: approx Charm. HEX triplet: CB, 6A and 7E. RGB value is (203,106,126). Sum of RGB (Red+Green+Blue) = 203+106+126=435 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.67% from 435); Green value is 106 (41.80% from 255 or 24.37% from 435); Blue value is 126 (49.61% from 255 or 28.97% from 435); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6A7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6A7E is #349581. Grayscale: #898989. Windows color (decimal): -3446146 or 8284875. OLE color: 8284875.

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

Color convert

RGB203106126-
CMYK00.480.380.20
HSL347.63º48.26%60.59%-
HSV(B)347.63º47.78%79.61%-
XYZ33.5524.5122.7-
YUV137.28121.64174.87-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.67%
GREEN value IS 106 (41.80% from 255) = 24.37%
BLUE value IS 126 (49.61% from 255) = 28.97%
R=46.67%
G=24.37%
B=28.97%

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
Decimal20310612600.480.380.20347.6348.2660.59
HexCB6A7E030261415c303d
Octal31315217606046245346075
Binary1100101111010101111110011000010011010100101011100110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6A7E; }

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

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

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

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

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

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

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

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