Html Css Color HEX #CD7B73 New York Pink

📋 copy color: '#CD7B73'

red 205 ◦ green 123 ◦ blue 115

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

Shades of New York Pink #CD7B73

Tints of New York Pink #CD7B73

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.77%

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

R = 46.28%
G = 27.77%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CD7B73 (or 0xCD7B73) is known color: New York Pink. HEX triplet: CD, 7B and 73. RGB value is (205,123,115). Sum of RGB (Red+Green+Blue) = 205+123+115=443 (58% of max value = 765). Red value is 205 (80.47% from 255 or 46.28% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 115 (45.31% from 255 or 25.96% from 443); Max value from RGB is 205 - color contains mainly: red. Hex color #CD7B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD7B73 is #32848C. Grayscale: #929292. Windows color (decimal): -3310733 or 7568333. OLE color: 7568333.

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

Color convert

RGB 205 123 115 -
CMYK 0 0.4 0.44 0.20
HSL 5.33º 0.47% 0.63% -
HSV(B) 5.33º 0.44% 0.8% -
XYZ 35.35 28.38 19.83 -
YUV 146.61 110.17 169.65 -
System Red Green Blue C M Y K H S L
Decimal 205 123 115 0 0.4 0.44 0.20 5.33 0.47 0.63
Hex CD 7B 73 0 28 2C 14 5 2F 3F
Octal 315 173 163 0 50 54 24 5 57 77
Binary 11001101 1111011 1110011 0 101000 101100 10100 101 101111 111111

Color Harmonies of #CD7B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD7B73

Black with #CD7B73

Text Example


Text Example

White with #CD7B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD7B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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