Html Css Color HEX #CD8273 New York Pink

📋 copy color: '#CD8273'

red 205 ◦ green 130 ◦ blue 115

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

Shades of New York Pink #CD8273

Tints of New York Pink #CD8273

RGB

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

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

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

R = 45.56%
G = 28.89%
B = 25.56%

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

#CD8273 (or 0xCD8273) is known color: New York Pink. HEX triplet: CD, 82 and 73. RGB value is (205,130,115). Sum of RGB (Red+Green+Blue) = 205+130+115=450 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.56% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 115 (45.31% from 255 or 25.56% from 450); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8273 is #327D8C. Grayscale: #969696. Windows color (decimal): -3308941 or 7570125. OLE color: 7570125.

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

Color convert

RGB 205 130 115 -
CMYK 0 0.37 0.44 0.20
HSL 10º 0.47% 0.63% -
HSV(B) 10º 0.44% 0.8% -
XYZ 36.25 30.18 20.13 -
YUV 150.72 107.85 166.72 -
System Red Green Blue C M Y K H S L
Decimal 205 130 115 0 0.37 0.44 0.20 10 0.47 0.63
Hex CD 82 73 0 25 2C 14 A 2F 3F
Octal 315 202 163 0 45 54 24 12 57 77
Binary 11001101 10000010 1110011 0 100101 101100 10100 1010 101111 111111

Color Harmonies of #CD8273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8273

Black with #CD8273

Text Example


Text Example

White with #CD8273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8273; }

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

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

background-color css

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

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

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

border-color css

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

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

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