Html Css Color HEX #CC8273 New York Pink

📋 copy color: '#CC8273'

red 204 ◦ green 130 ◦ blue 115

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

Shades of New York Pink #CC8273

Tints of New York Pink #CC8273

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.95%

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

R = 45.43%
G = 28.95%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC8273 (or 0xCC8273) is known color: New York Pink. HEX triplet: CC, 82 and 73. RGB value is (204,130,115). Sum of RGB (Red+Green+Blue) = 204+130+115=449 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.43% from 449); Green value is 130 (51.17% from 255 or 28.95% from 449); Blue value is 115 (45.31% from 255 or 25.61% from 449); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8273 is #337D8C. Grayscale: #969696. Windows color (decimal): -3374477 or 7570124. OLE color: 7570124.

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

Color convert

RGB 204 130 115 -
CMYK 0 0.36 0.44 0.2
HSL 10.11º 0.47% 0.63% -
HSV(B) 10.11º 0.44% 0.8% -
XYZ 35.98 30.04 20.12 -
YUV 150.42 108.02 166.22 -
System Red Green Blue C M Y K H S L
Decimal 204 130 115 0 0.36 0.44 0.2 10.11 0.47 0.63
Hex CC 82 73 0 24 2C 14 A 2F 3F
Octal 314 202 163 0 44 54 24 12 57 77
Binary 11001100 10000010 1110011 0 100100 101100 10100 1010 101111 111111

Color Harmonies of #CC8273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8273

Black with #CC8273

Text Example


Text Example

White with #CC8273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8273; }

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

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

background-color css

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

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

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

border-color css

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

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

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