Html Css Color HEX #CC8175 New York Pink

📋 copy color: '#CC8175'

red 204 ◦ green 129 ◦ blue 117

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

Shades of New York Pink #CC8175

Tints of New York Pink #CC8175

RGB

 RED value IS 204 (80.08% from 255) = 45.33%

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

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

R = 45.33%
G = 28.67%
B = 26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC8175 (or 0xCC8175) is known color: New York Pink. HEX triplet: CC, 81 and 75. RGB value is (204,129,117). Sum of RGB (Red+Green+Blue) = 204+129+117=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 117 (46.09% from 255 or 26% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8175 is #337E8A. Grayscale: #969696. Windows color (decimal): -3374731 or 7700940. OLE color: 7700940.

HSL color Cylindrical-coordinate representation of color #CC8175: hue angle of 8.28º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CC8175 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 129 117 -
CMYK 0 0.37 0.43 0.2
HSL 8.28º 0.46% 0.63% -
HSV(B) 8.28º 0.43% 0.8% -
XYZ 35.96 29.82 20.69 -
YUV 150.06 109.35 166.48 -
System Red Green Blue C M Y K H S L
Decimal 204 129 117 0 0.37 0.43 0.2 8.28 0.46 0.63
Hex CC 81 75 0 25 2B 14 8 2E 3F
Octal 314 201 165 0 45 53 24 10 56 77
Binary 11001100 10000001 1110101 0 100101 101011 10100 1000 101110 111111

Color Harmonies of #CC8175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8175

Black with #CC8175

Text Example


Text Example

White with #CC8175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8175; }

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

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

background-color css

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

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

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

border-color css

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

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

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