Html Css Color HEX #CD8375 New York Pink

📋 copy color: '#CD8375'

red 205 ◦ green 131 ◦ blue 117

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

Shades of New York Pink #CD8375

Tints of New York Pink #CD8375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.83%

R = 45.25%
G = 28.92%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CD8375 (or 0xCD8375) is known color: New York Pink. HEX triplet: CD, 83 and 75. RGB value is (205,131,117). Sum of RGB (Red+Green+Blue) = 205+131+117=453 (60% of max value = 765). Red value is 205 (80.47% from 255 or 45.25% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 117 (46.09% from 255 or 25.83% from 453); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CD8375 is #327C8A. Grayscale: #979797. Windows color (decimal): -3308683 or 7701453. OLE color: 7701453.

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

Color convert

RGB 205 131 117 -
CMYK 0 0.36 0.43 0.20
HSL 9.55º 0.47% 0.63% -
HSV(B) 9.55º 0.43% 0.8% -
XYZ 36.5 30.5 20.79 -
YUV 151.53 108.52 166.14 -
System Red Green Blue C M Y K H S L
Decimal 205 131 117 0 0.36 0.43 0.20 9.55 0.47 0.63
Hex CD 83 75 0 24 2B 14 A 2F 3F
Octal 315 203 165 0 44 53 24 12 57 77
Binary 11001101 10000011 1110101 0 100100 101011 10100 1010 101111 111111

Color Harmonies of #CD8375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8375

Black with #CD8375

Text Example


Text Example

White with #CD8375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8375; }

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

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

background-color css

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

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

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

border-color css

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

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

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