Html Css Color HEX #CA7F75 New York Pink

📋 copy color: '#CA7F75'

red 202 ◦ green 127 ◦ blue 117

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

Shades of New York Pink #CA7F75

Tints of New York Pink #CA7F75

RGB

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

 GREEN value IS 127 (50% from 255) = 28.48%

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

R = 45.29%
G = 28.48%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CA7F75 (or 0xCA7F75) is known color: New York Pink. HEX triplet: CA, 7F and 75. RGB value is (202,127,117). Sum of RGB (Red+Green+Blue) = 202+127+117=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 127 (50% from 255 or 28.48% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7F75 is #35808A. Grayscale: #949494. Windows color (decimal): -3506315 or 7700426. OLE color: 7700426.

HSL color Cylindrical-coordinate representation of color #CA7F75: hue angle of 7.06º 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 #CA7F75 is Cyan = 0, Magento = 0.37, Yellow = 0.42 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 127 117 -
CMYK 0 0.37 0.42 0.21
HSL 7.06º 0.45% 0.63% -
HSV(B) 7.06º 0.42% 0.79% -
XYZ 35.16 29.02 20.58 -
YUV 148.29 110.35 166.31 -
System Red Green Blue C M Y K H S L
Decimal 202 127 117 0 0.37 0.42 0.21 7.06 0.45 0.63
Hex CA 7F 75 0 25 2A 15 7 2D 3F
Octal 312 177 165 0 45 52 25 7 55 77
Binary 11001010 1111111 1110101 0 100101 101010 10101 111 101101 111111

Color Harmonies of #CA7F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7F75

Black with #CA7F75

Text Example


Text Example

White with #CA7F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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