Html Css Color HEX #CC8172 New York Pink

📋 copy color: '#CC8172'

red 204 ◦ green 129 ◦ blue 114

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

Shades of New York Pink #CC8172

Tints of New York Pink #CC8172

RGB

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

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

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

R = 45.64%
G = 28.86%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC8172 (or 0xCC8172) is known color: New York Pink. HEX triplet: CC, 81 and 72. RGB value is (204,129,114). Sum of RGB (Red+Green+Blue) = 204+129+114=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 129 (50.78% from 255 or 28.86% from 447); Blue value is 114 (44.92% from 255 or 25.50% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8172 is #337E8D. Grayscale: #959595. Windows color (decimal): -3374734 or 7504332. OLE color: 7504332.

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

Color convert

RGB 204 129 114 -
CMYK 0 0.37 0.44 0.2
HSL 10º 0.47% 0.62% -
HSV(B) 10º 0.44% 0.8% -
XYZ 35.79 29.75 19.78 -
YUV 149.72 107.85 166.72 -
System Red Green Blue C M Y K H S L
Decimal 204 129 114 0 0.37 0.44 0.2 10 0.47 0.62
Hex CC 81 72 0 25 2C 14 A 2F 3E
Octal 314 201 162 0 45 54 24 12 57 76
Binary 11001100 10000001 1110010 0 100101 101100 10100 1010 101111 111110

Color Harmonies of #CC8172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8172

Black with #CC8172

Text Example


Text Example

White with #CC8172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8172; }

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

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

background-color css

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

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

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

border-color css

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

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

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