#CF837A

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

Shades of My Pink #CF837A

Tints of My Pink #CF837A

Color information

#CF837A (or 0xCF837A) is unknown color: approx My Pink. HEX triplet: CF, 83 and 7A. RGB value is (207,131,122). Sum of RGB (Red+Green+Blue) = 207+131+122=460 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 122 (48.05% from 255 or 26.52% from 460); Max value from RGB is 207 - color contains mainly: red. Hex color #CF837A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF837A is #307C85. Grayscale: #989898. Windows color (decimal): -3177606 or 8029135. OLE color: 8029135.

HSL color Cylindrical-coordinate representation of color #CF837A: hue angle of 6.35º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CF837A is Cyan = 0, Magento = 0.37, Yellow = 0.41 and Black (K on CMYK) = 0.19.

Color convert

RGB207131122-
CMYK00.370.410.19
HSL6.35º46.96%64.51%-
HSV(B)6.35º41.06%81.18%-
XYZ37.3630.922.41-
YUV152.7110.68166.73-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 45%
GREEN value IS 131 (51.56% from 255) = 28.48%
BLUE value IS 122 (48.05% from 255) = 26.52%
R=45%
G=28.48%
B=26.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20713112200.370.410.196.3546.9664.51
HexCF837A025291362f41
Octal3172031720455123657101
Binary110011111000001111110100100101101001100111101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF837A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF837A; }

 p { color: rgb(207,131,122); }

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

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

 a { background-color: rgb(207,131,122); }

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

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

 span { border-color: rgb(207,131,122); }

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