Html Css Color HEX #CA8075 New York Pink

📋 copy color: '#CA8075'

red 202 ◦ green 128 ◦ blue 117

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

Shades of New York Pink #CA8075

Tints of New York Pink #CA8075

RGB

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

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

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

R = 45.19%
G = 28.64%
B = 26.17%

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

#CA8075 (or 0xCA8075) is known color: New York Pink. HEX triplet: CA, 80 and 75. RGB value is (202,128,117). Sum of RGB (Red+Green+Blue) = 202+128+117=447 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.19% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8075 is #357F8A. Grayscale: #949494. Windows color (decimal): -3506059 or 7700682. OLE color: 7700682.

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

Color convert

RGB 202 128 117 -
CMYK 0 0.37 0.42 0.21
HSL 7.76º 0.45% 0.63% -
HSV(B) 7.76º 0.42% 0.79% -
XYZ 35.29 29.28 20.62 -
YUV 148.87 110.02 165.89 -
System Red Green Blue C M Y K H S L
Decimal 202 128 117 0 0.37 0.42 0.21 7.76 0.45 0.63
Hex CA 80 75 0 25 2A 15 8 2D 3F
Octal 312 200 165 0 45 52 25 10 55 77
Binary 11001010 10000000 1110101 0 100101 101010 10101 1000 101101 111111

Color Harmonies of #CA8075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8075

Black with #CA8075

Text Example


Text Example

White with #CA8075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8075; }

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

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

background-color css

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

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

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

border-color css

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

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

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