Html Css Color HEX #CD8173 New York Pink

📋 copy color: '#CD8173'

red 205 ◦ green 129 ◦ blue 115

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

Shades of New York Pink #CD8173

Tints of New York Pink #CD8173

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.73%

 BLUE value IS 115 (45.31% from 255) = 25.61%

R = 45.66%
G = 28.73%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CD8173 (or 0xCD8173) is known color: New York Pink. HEX triplet: CD, 81 and 73. RGB value is (205,129,115). Sum of RGB (Red+Green+Blue) = 205+129+115=449 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.66% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 115 (45.31% from 255 or 25.61% from 449); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8173 is #327E8C. Grayscale: #969696. Windows color (decimal): -3309197 or 7569869. OLE color: 7569869.

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

Color convert

RGB 205 129 115 -
CMYK 0 0.37 0.44 0.20
HSL 9.33º 0.47% 0.63% -
HSV(B) 9.33º 0.44% 0.8% -
XYZ 36.12 29.92 20.09 -
YUV 150.13 108.18 167.14 -
System Red Green Blue C M Y K H S L
Decimal 205 129 115 0 0.37 0.44 0.20 9.33 0.47 0.63
Hex CD 81 73 0 25 2C 14 9 2F 3F
Octal 315 201 163 0 45 54 24 11 57 77
Binary 11001101 10000001 1110011 0 100101 101100 10100 1001 101111 111111

Color Harmonies of #CD8173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8173

Black with #CD8173

Text Example


Text Example

White with #CD8173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8173; }

 p { color: rgb(205,129,115); }

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

background-color css

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

 a { background-color: rgb(205,129,115); }

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

border-color css

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

 span { border-color: rgb(205,129,115); }

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