Html Css Color HEX #CC8076 New York Pink

📋 copy color: '#CC8076'

red 204 ◦ green 128 ◦ blue 118

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

Shades of New York Pink #CC8076

Tints of New York Pink #CC8076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 26.22%

R = 45.33%
G = 28.44%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.42

 K value IS 0.2

RGB Variations

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

Color information

#CC8076 (or 0xCC8076) is known color: New York Pink. HEX triplet: CC, 80 and 76. RGB value is (204,128,118). Sum of RGB (Red+Green+Blue) = 204+128+118=450 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.33% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 118 (46.48% from 255 or 26.22% from 450); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8076 is #337F89. Grayscale: #959595. Windows color (decimal): -3374986 or 7766220. OLE color: 7766220.

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

Color convert

RGB 204 128 118 -
CMYK 0 0.37 0.42 0.2
HSL 6.98º 0.46% 0.63% -
HSV(B) 6.98º 0.42% 0.8% -
XYZ 35.89 29.58 20.96 -
YUV 149.58 110.18 166.81 -
System Red Green Blue C M Y K H S L
Decimal 204 128 118 0 0.37 0.42 0.2 6.98 0.46 0.63
Hex CC 80 76 0 25 2A 14 7 2E 3F
Octal 314 200 166 0 45 52 24 7 56 77
Binary 11001100 10000000 1110110 0 100101 101010 10100 111 101110 111111

Color Harmonies of #CC8076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8076

Black with #CC8076

Text Example


Text Example

White with #CC8076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8076; }

 p { color: rgb(204,128,118); }

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

background-color css

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

 a { background-color: rgb(204,128,118); }

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

border-color css

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

 span { border-color: rgb(204,128,118); }

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