#CD8276

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

Shades of New York Pink #CD8276

Tints of New York Pink #CD8276

Color information

#CD8276 (or 0xCD8276) is unknown color: approx New York Pink. HEX triplet: CD, 82 and 76. RGB value is (205,130,118). Sum of RGB (Red+Green+Blue) = 205+130+118=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 130 (51.17% from 255 or 28.70% from 453); Blue value is 118 (46.48% from 255 or 26.05% from 453); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8276 is #327D89. Grayscale: #979797. Windows color (decimal): -3308938 or 7766733. OLE color: 7766733.

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

Color convert

RGB205130118-
CMYK00.370.420.20
HSL8.28º46.52%63.33%-
HSV(B)8.28º42.44%80.39%-
XYZ36.4330.2521.06-
YUV151.06109.35166.48-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 45.25%
GREEN value IS 130 (51.17% from 255) = 28.70%
BLUE value IS 118 (46.48% from 255) = 26.05%
R=45.25%
G=28.70%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20513011800.370.420.208.2846.5263.33
HexCD82760252A1482f3f
Octal3152021660455224105777
Binary110011011000001011101100100101101010101001000101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD8276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD8276; }

 p { color: rgb(205,130,118); }

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

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

 a { background-color: rgb(205,130,118); }

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

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

 span { border-color: rgb(205,130,118); }

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