Html Css Color HEX #CC8075 New York Pink

📋 copy color: '#CC8075'

red 204 ◦ green 128 ◦ blue 117

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

Shades of New York Pink #CC8075

Tints of New York Pink #CC8075

RGB

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

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

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

R = 45.43%
G = 28.51%
B = 26.06%

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

#CC8075 (or 0xCC8075) is known color: New York Pink. HEX triplet: CC, 80 and 75. RGB value is (204,128,117). Sum of RGB (Red+Green+Blue) = 204+128+117=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 128 (50.39% from 255 or 28.51% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8075 is #337F8A. Grayscale: #959595. Windows color (decimal): -3374987 or 7700684. OLE color: 7700684.

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

Color convert

RGB 204 128 117 -
CMYK 0 0.37 0.43 0.2
HSL 7.59º 0.46% 0.63% -
HSV(B) 7.59º 0.43% 0.8% -
XYZ 35.83 29.56 20.65 -
YUV 149.47 109.68 166.89 -
System Red Green Blue C M Y K H S L
Decimal 204 128 117 0 0.37 0.43 0.2 7.59 0.46 0.63
Hex CC 80 75 0 25 2B 14 8 2E 3F
Octal 314 200 165 0 45 53 24 10 56 77
Binary 11001100 10000000 1110101 0 100101 101011 10100 1000 101110 111111

Color Harmonies of #CC8075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8075

Black with #CC8075

Text Example


Text Example

White with #CC8075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8075; }

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

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

background-color css

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

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

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

border-color css

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

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

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