Html Css Color HEX #CD8271 New York Pink

📋 copy color: '#CD8271'

red 205 ◦ green 130 ◦ blue 113

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

Shades of New York Pink #CD8271

Tints of New York Pink #CD8271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.22%

R = 45.76%
G = 29.02%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.20

RGB Variations

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

Color information

#CD8271 (or 0xCD8271) is known color: New York Pink. HEX triplet: CD, 82 and 71. RGB value is (205,130,113). Sum of RGB (Red+Green+Blue) = 205+130+113=448 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.76% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 113 (44.53% from 255 or 25.22% from 448); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8271 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8271 is #327D8E. Grayscale: #969696. Windows color (decimal): -3308943 or 7439053. OLE color: 7439053.

HSL color Cylindrical-coordinate representation of color #CD8271: hue angle of 11.09º degrees, saturation: 0.48, 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 #CD8271 is Cyan = 0, Magento = 0.37, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 130 113 -
CMYK 0 0.37 0.45 0.20
HSL 11.09º 0.48% 0.62% -
HSV(B) 11.09º 0.45% 0.8% -
XYZ 36.14 30.14 19.53 -
YUV 150.49 106.85 166.88 -
System Red Green Blue C M Y K H S L
Decimal 205 130 113 0 0.37 0.45 0.20 11.09 0.48 0.62
Hex CD 82 71 0 25 2D 14 B 30 3E
Octal 315 202 161 0 45 55 24 13 60 76
Binary 11001101 10000010 1110001 0 100101 101101 10100 1011 110000 111110

Color Harmonies of #CD8271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8271

Black with #CD8271

Text Example


Text Example

White with #CD8271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8271; }

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

 H1.HeaderClassName
 {
   color: #CD8271;
 }
 .AnyTagClassName
 {
   color: #CD8271;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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