Html Css Color HEX #CA7E73 New York Pink

📋 copy color: '#CA7E73'

red 202 ◦ green 126 ◦ blue 115

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

Shades of New York Pink #CA7E73

Tints of New York Pink #CA7E73

RGB

 RED value IS 202 (79.3% from 255) = 45.6%

 GREEN value IS 126 (49.61% from 255) = 28.44%

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

R = 45.6%
G = 28.44%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CA7E73 (or 0xCA7E73) is known color: New York Pink. HEX triplet: CA, 7E and 73. RGB value is (202,126,115). Sum of RGB (Red+Green+Blue) = 202+126+115=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 115 (45.31% from 255 or 25.96% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7E73 is #35818C. Grayscale: #939393. Windows color (decimal): -3506573 or 7569098. OLE color: 7569098.

HSL color Cylindrical-coordinate representation of color #CA7E73: hue angle of 7.59º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA7E73 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 126 115 -
CMYK 0 0.38 0.43 0.21
HSL 7.59º 0.45% 0.62% -
HSV(B) 7.59º 0.43% 0.79% -
XYZ 34.91 28.72 19.92 -
YUV 147.47 109.68 166.89 -
System Red Green Blue C M Y K H S L
Decimal 202 126 115 0 0.38 0.43 0.21 7.59 0.45 0.62
Hex CA 7E 73 0 26 2B 15 8 2D 3E
Octal 312 176 163 0 46 53 25 10 55 76
Binary 11001010 1111110 1110011 0 100110 101011 10101 1000 101101 111110

Color Harmonies of #CA7E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7E73

Black with #CA7E73

Text Example


Text Example

White with #CA7E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7E73; }

 p { color: rgb(202,126,115); }

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

background-color css

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

 a { background-color: rgb(202,126,115); }

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

border-color css

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

 span { border-color: rgb(202,126,115); }

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