Html Css Color HEX #CA7E75 New York Pink

📋 copy color: '#CA7E75'

red 202 ◦ green 126 ◦ blue 117

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

Shades of New York Pink #CA7E75

Tints of New York Pink #CA7E75

RGB

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

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

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

R = 45.39%
G = 28.31%
B = 26.29%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CA7E75 (or 0xCA7E75) is known color: New York Pink. HEX triplet: CA, 7E and 75. RGB value is (202,126,117). Sum of RGB (Red+Green+Blue) = 202+126+117=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 126 (49.61% from 255 or 28.31% from 445); Blue value is 117 (46.09% from 255 or 26.29% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7E75 is #35818A. Grayscale: #939393. Windows color (decimal): -3506571 or 7700170. OLE color: 7700170.

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

Color convert

RGB 202 126 117 -
CMYK 0 0.38 0.42 0.21
HSL 6.35º 0.45% 0.63% -
HSV(B) 6.35º 0.42% 0.79% -
XYZ 35.03 28.76 20.54 -
YUV 147.7 110.68 166.73 -
System Red Green Blue C M Y K H S L
Decimal 202 126 117 0 0.38 0.42 0.21 6.35 0.45 0.63
Hex CA 7E 75 0 26 2A 15 6 2D 3F
Octal 312 176 165 0 46 52 25 6 55 77
Binary 11001010 1111110 1110101 0 100110 101010 10101 110 101101 111111

Color Harmonies of #CA7E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7E75

Black with #CA7E75

Text Example


Text Example

White with #CA7E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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