#CB6F7B

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

Shades of Charm #CB6F7B

Tints of Charm #CB6F7B

Color information

#CB6F7B (or 0xCB6F7B) is unknown color: approx Charm. HEX triplet: CB, 6F and 7B. RGB value is (203,111,123). Sum of RGB (Red+Green+Blue) = 203+111+123=437 (57% of max value = 765). Red value is 203 (79.69% from 255 or 46.45% from 437); Green value is 111 (43.75% from 255 or 25.40% from 437); Blue value is 123 (48.44% from 255 or 28.15% from 437); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6F7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6F7B is #349084. Grayscale: #8B8B8B. Windows color (decimal): -3444869 or 8089547. OLE color: 8089547.

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

Color convert

RGB203111123-
CMYK00.450.390.20
HSL352.17º46.94%61.57%-
HSV(B)352.17º45.32%79.61%-
XYZ33.8925.521.87-
YUV139.88118.48173.02-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 46.45%
GREEN value IS 111 (43.75% from 255) = 25.40%
BLUE value IS 123 (48.44% from 255) = 28.15%
R=46.45%
G=25.40%
B=28.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20311112300.450.390.20352.1746.9461.57
HexCB6F7B02D27141602f3e
Octal31315717305547245405776
Binary1100101111011111111011010110110011110100101100000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6F7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6F7B; }

 p { color: rgb(203,111,123); }

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

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

 a { background-color: rgb(203,111,123); }

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

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

 span { border-color: rgb(203,111,123); }

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