Html Css Color HEX #CD8574 New York Pink

📋 copy color: '#CD8574'

red 205 ◦ green 133 ◦ blue 116

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

Shades of New York Pink #CD8574

Tints of New York Pink #CD8574

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.3%

 BLUE value IS 116 (45.7% from 255) = 25.55%

R = 45.15%
G = 29.3%
B = 25.55%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CD8574 (or 0xCD8574) is known color: New York Pink. HEX triplet: CD, 85 and 74. RGB value is (205,133,116). Sum of RGB (Red+Green+Blue) = 205+133+116=454 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.15% from 454); Green value is 133 (52.34% from 255 or 29.30% from 454); Blue value is 116 (45.70% from 255 or 25.55% from 454); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8574 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8574 is #327A8B. Grayscale: #989898. Windows color (decimal): -3308172 or 7636429. OLE color: 7636429.

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

Color convert

RGB 205 133 116 -
CMYK 0 0.35 0.43 0.20
HSL 11.46º 0.47% 0.63% -
HSV(B) 11.46º 0.43% 0.8% -
XYZ 36.72 31.02 20.57 -
YUV 152.59 107.35 165.38 -
System Red Green Blue C M Y K H S L
Decimal 205 133 116 0 0.35 0.43 0.20 11.46 0.47 0.63
Hex CD 85 74 0 23 2B 14 B 2F 3F
Octal 315 205 164 0 43 53 24 13 57 77
Binary 11001101 10000101 1110100 0 100011 101011 10100 1011 101111 111111

Color Harmonies of #CD8574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8574

Black with #CD8574

Text Example


Text Example

White with #CD8574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8574; }

 p { color: rgb(205,133,116); }

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

background-color css

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

 a { background-color: rgb(205,133,116); }

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

border-color css

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

 span { border-color: rgb(205,133,116); }

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