#CB6D85

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

Shades of Charm #CB6D85

Tints of Charm #CB6D85

Color information

#CB6D85 (or 0xCB6D85) is unknown color: approx Charm. HEX triplet: CB, 6D and 85. RGB value is (203,109,133). Sum of RGB (Red+Green+Blue) = 203+109+133=445 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.62% from 445); Green value is 109 (42.97% from 255 or 24.49% from 445); Blue value is 133 (52.34% from 255 or 29.89% from 445); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CB6D85 is #34927A. Grayscale: #8B8B8B. Windows color (decimal): -3445371 or 8744395. OLE color: 8744395.

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

Color convert

RGB203109133-
CMYK00.460.340.20
HSL344.68º47.47%61.18%-
HSV(B)344.68º46.31%79.61%-
XYZ34.3325.3325.27-
YUV139.84124.14173.05-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 45.62%
GREEN value IS 109 (42.97% from 255) = 24.49%
BLUE value IS 133 (52.34% from 255) = 29.89%
R=45.62%
G=24.49%
B=29.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20310913300.460.340.20344.6847.4761.18
HexCB6D8502E22141592f3d
Octal31315520505642245315775
Binary11001011110110110000101010111010001010100101011001101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6D85; }

 p { color: rgb(203,109,133); }

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

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

 a { background-color: rgb(203,109,133); }

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

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

 span { border-color: rgb(203,109,133); }

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