#CB837D

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

Shades of My Pink #CB837D

Tints of My Pink #CB837D

Color information

#CB837D (or 0xCB837D) is unknown color: approx My Pink. HEX triplet: CB, 83 and 7D. RGB value is (203,131,125). Sum of RGB (Red+Green+Blue) = 203+131+125=459 (60% of max value = 765). Red value is 203 (79.69% from 255 or 44.23% from 459); Green value is 131 (51.56% from 255 or 28.54% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 203 - color contains mainly: red. Hex color #CB837D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB837D is #347C82. Grayscale: #979797. Windows color (decimal): -3439747 or 8225739. OLE color: 8225739.

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

Color convert

RGB203131125-
CMYK00.350.380.20
HSL4.62º42.86%64.31%-
HSV(B)4.62º38.42%79.61%-
XYZ36.4530.4123.35-
YUV151.84112.85164.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 44.23%
GREEN value IS 131 (51.56% from 255) = 28.54%
BLUE value IS 125 (49.22% from 255) = 27.23%
R=44.23%
G=28.54%
B=27.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20313112500.350.380.204.6242.8664.31
HexCB837D023261452b40
Octal3132031750434624553100
Binary110010111000001111111010100011100110101001011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB837D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB837D; }

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

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

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

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

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

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

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

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