Html Css Color HEX #CA8175 New York Pink

📋 copy color: '#CA8175'

red 202 ◦ green 129 ◦ blue 117

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

Shades of New York Pink #CA8175

Tints of New York Pink #CA8175

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.79%

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

R = 45.09%
G = 28.79%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.42

 K value IS 0.21

RGB Variations

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

Color information

#CA8175 (or 0xCA8175) is known color: New York Pink. HEX triplet: CA, 81 and 75. RGB value is (202,129,117). Sum of RGB (Red+Green+Blue) = 202+129+117=448 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.09% from 448); Green value is 129 (50.78% from 255 or 28.79% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CA8175 is #357E8A. Grayscale: #959595. Windows color (decimal): -3505803 or 7700938. OLE color: 7700938.

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

Color convert

RGB 202 129 117 -
CMYK 0 0.36 0.42 0.21
HSL 8.47º 0.45% 0.63% -
HSV(B) 8.47º 0.42% 0.79% -
XYZ 35.42 29.54 20.66 -
YUV 149.46 109.68 165.48 -
System Red Green Blue C M Y K H S L
Decimal 202 129 117 0 0.36 0.42 0.21 8.47 0.45 0.63
Hex CA 81 75 0 24 2A 15 8 2D 3F
Octal 312 201 165 0 44 52 25 10 55 77
Binary 11001010 10000001 1110101 0 100100 101010 10101 1000 101101 111111

Color Harmonies of #CA8175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA8175

Black with #CA8175

Text Example


Text Example

White with #CA8175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA8175; }

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

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

background-color css

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

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

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

border-color css

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

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

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