Html Css Color HEX #CC8174 New York Pink

📋 copy color: '#CC8174'

red 204 ◦ green 129 ◦ blue 116

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

Shades of New York Pink #CC8174

Tints of New York Pink #CC8174

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.84%

R = 45.43%
G = 28.73%
B = 25.84%

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

#CC8174 (or 0xCC8174) is known color: New York Pink. HEX triplet: CC, 81 and 74. RGB value is (204,129,116). Sum of RGB (Red+Green+Blue) = 204+129+116=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 116 (45.70% from 255 or 25.84% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8174 is #337E8B. Grayscale: #969696. Windows color (decimal): -3374732 or 7635404. OLE color: 7635404.

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

Color convert

RGB 204 129 116 -
CMYK 0 0.37 0.43 0.2
HSL 8.86º 0.46% 0.63% -
HSV(B) 8.86º 0.43% 0.8% -
XYZ 35.9 29.8 20.38 -
YUV 149.94 108.85 166.56 -
System Red Green Blue C M Y K H S L
Decimal 204 129 116 0 0.37 0.43 0.2 8.86 0.46 0.63
Hex CC 81 74 0 25 2B 14 9 2E 3F
Octal 314 201 164 0 45 53 24 11 56 77
Binary 11001100 10000001 1110100 0 100101 101011 10100 1001 101110 111111

Color Harmonies of #CC8174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8174

Black with #CC8174

Text Example


Text Example

White with #CC8174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8174; }

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

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

background-color css

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

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

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

border-color css

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

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

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