Html Css Color HEX #CA7F72 New York Pink

📋 copy color: '#CA7F72'

red 202 ◦ green 127 ◦ blue 114

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

Shades of New York Pink #CA7F72

Tints of New York Pink #CA7F72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.73%

R = 45.6%
G = 28.67%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.21

RGB Variations

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

Color information

#CA7F72 (or 0xCA7F72) is known color: New York Pink. HEX triplet: CA, 7F and 72. RGB value is (202,127,114). Sum of RGB (Red+Green+Blue) = 202+127+114=443 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.60% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA7F72 is #35808D. Grayscale: #949494. Windows color (decimal): -3506318 or 7503818. OLE color: 7503818.

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

Color convert

RGB 202 127 114 -
CMYK 0 0.37 0.44 0.21
HSL 8.86º 0.45% 0.62% -
HSV(B) 8.86º 0.44% 0.79% -
XYZ 34.98 28.95 19.66 -
YUV 147.94 108.85 166.56 -
System Red Green Blue C M Y K H S L
Decimal 202 127 114 0 0.37 0.44 0.21 8.86 0.45 0.62
Hex CA 7F 72 0 25 2C 15 9 2D 3E
Octal 312 177 162 0 45 54 25 11 55 76
Binary 11001010 1111111 1110010 0 100101 101100 10101 1001 101101 111110

Color Harmonies of #CA7F72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA7F72

Black with #CA7F72

Text Example


Text Example

White with #CA7F72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA7F72; }

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

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

background-color css

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

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

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

border-color css

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

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

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