Html Css Color HEX #CA8073 New York Pink

📋 copy color: '#CA8073'

red 202 ◦ green 128 ◦ blue 115

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

Shades of New York Pink #CA8073

Tints of New York Pink #CA8073

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.76%

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

R = 45.39%
G = 28.76%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.43

 K value IS 0.21

RGB Variations

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

Color information

#CA8073 (or 0xCA8073) is known color: New York Pink. HEX triplet: CA, 80 and 73. RGB value is (202,128,115). Sum of RGB (Red+Green+Blue) = 202+128+115=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 128 (50.39% from 255 or 28.76% from 445); Blue value is 115 (45.31% from 255 or 25.84% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8073 is #357F8C. Grayscale: #949494. Windows color (decimal): -3506061 or 7569610. OLE color: 7569610.

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

Color convert

RGB 202 128 115 -
CMYK 0 0.37 0.43 0.21
HSL 8.97º 0.45% 0.62% -
HSV(B) 8.97º 0.43% 0.79% -
XYZ 35.17 29.23 20.01 -
YUV 148.64 109.02 166.06 -
System Red Green Blue C M Y K H S L
Decimal 202 128 115 0 0.37 0.43 0.21 8.97 0.45 0.62
Hex CA 80 73 0 25 2B 15 9 2D 3E
Octal 312 200 163 0 45 53 25 11 55 76
Binary 11001010 10000000 1110011 0 100101 101011 10101 1001 101101 111110

Color Harmonies of #CA8073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8073

Black with #CA8073

Text Example


Text Example

White with #CA8073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8073; }

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

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

background-color css

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

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

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

border-color css

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

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

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