Html Css Color HEX #CD8276 New York Pink

📋 copy color: '#CD8276'

red 205 ◦ green 130 ◦ blue 118

#CD8276
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New York Pink #CD8276

Tints of New York Pink #CD8276

RGB

 RED value IS 205 (80.47% from 255) = 45.25%

 GREEN value IS 130 (51.17% from 255) = 28.7%

 BLUE value IS 118 (46.48% from 255) = 26.05%

R = 45.25%
G = 28.7%
B = 26.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.42

 K value IS 0.20

RGB Variations

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

Color information

#CD8276 (or 0xCD8276) is known color: 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

RGB 205 130 118 -
CMYK 0 0.37 0.42 0.20
HSL 8.28º 0.47% 0.63% -
HSV(B) 8.28º 0.42% 0.8% -
XYZ 36.43 30.25 21.06 -
YUV 151.06 109.35 166.48 -
System Red Green Blue C M Y K H S L
Decimal 205 130 118 0 0.37 0.42 0.20 8.28 0.47 0.63
Hex CD 82 76 0 25 2A 14 8 2F 3F
Octal 315 202 166 0 45 52 24 10 57 77
Binary 11001101 10000010 1110110 0 100101 101010 10100 1000 101111 111111

Color Harmonies of #CD8276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8276

Black with #CD8276

Text Example


Text Example

White with #CD8276

Text Example


Text Example

HTML Codes & Css Web 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>