Html Css Color HEX #CC8073 New York Pink

📋 copy color: '#CC8073'

red 204 ◦ green 128 ◦ blue 115

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

Shades of New York Pink #CC8073

Tints of New York Pink #CC8073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.73%

R = 45.64%
G = 28.64%
B = 25.73%

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

#CC8073 (or 0xCC8073) is known color: New York Pink. HEX triplet: CC, 80 and 73. RGB value is (204,128,115). Sum of RGB (Red+Green+Blue) = 204+128+115=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 128 (50.39% from 255 or 28.64% from 447); Blue value is 115 (45.31% from 255 or 25.73% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8073 is #337F8C. Grayscale: #959595. Windows color (decimal): -3374989 or 7569612. OLE color: 7569612.

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

Color convert

RGB 204 128 115 -
CMYK 0 0.37 0.44 0.2
HSL 8.76º 0.47% 0.63% -
HSV(B) 8.76º 0.44% 0.8% -
XYZ 35.72 29.51 20.03 -
YUV 149.24 108.68 167.06 -
System Red Green Blue C M Y K H S L
Decimal 204 128 115 0 0.37 0.44 0.2 8.76 0.47 0.63
Hex CC 80 73 0 25 2C 14 9 2F 3F
Octal 314 200 163 0 45 54 24 11 57 77
Binary 11001100 10000000 1110011 0 100101 101100 10100 1001 101111 111111

Color Harmonies of #CC8073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8073

Black with #CC8073

Text Example


Text Example

White with #CC8073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8073; }

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

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

background-color css

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

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

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

border-color css

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

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

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