Html Css Color HEX #CD8373 New York Pink

📋 copy color: '#CD8373'

red 205 ◦ green 131 ◦ blue 115

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

Shades of New York Pink #CD8373

Tints of New York Pink #CD8373

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.05%

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

R = 45.45%
G = 29.05%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CD8373 (or 0xCD8373) is known color: New York Pink. HEX triplet: CD, 83 and 73. RGB value is (205,131,115). Sum of RGB (Red+Green+Blue) = 205+131+115=451 (59% of max value = 765). Red value is 205 (80.47% from 255 or 45.45% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8373 is #327C8C. Grayscale: #979797. Windows color (decimal): -3308685 or 7570381. OLE color: 7570381.

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

Color convert

RGB 205 131 115 -
CMYK 0 0.36 0.44 0.20
HSL 10.67º 0.47% 0.63% -
HSV(B) 10.67º 0.44% 0.8% -
XYZ 36.39 30.45 20.18 -
YUV 151.3 107.52 166.3 -
System Red Green Blue C M Y K H S L
Decimal 205 131 115 0 0.36 0.44 0.20 10.67 0.47 0.63
Hex CD 83 73 0 24 2C 14 B 2F 3F
Octal 315 203 163 0 44 54 24 13 57 77
Binary 11001101 10000011 1110011 0 100100 101100 10100 1011 101111 111111

Color Harmonies of #CD8373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8373

Black with #CD8373

Text Example


Text Example

White with #CD8373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8373; }

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

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

background-color css

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

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

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

border-color css

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

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

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