Html Css Color HEX #CC8272 New York Pink

📋 copy color: '#CC8272'

red 204 ◦ green 130 ◦ blue 114

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

Shades of New York Pink #CC8272

Tints of New York Pink #CC8272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.45%

R = 45.54%
G = 29.02%
B = 25.45%

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

#CC8272 (or 0xCC8272) is known color: New York Pink. HEX triplet: CC, 82 and 72. RGB value is (204,130,114). Sum of RGB (Red+Green+Blue) = 204+130+114=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 130 (51.17% from 255 or 29.02% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8272 is #337D8D. Grayscale: #969696. Windows color (decimal): -3374478 or 7504588. OLE color: 7504588.

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

Color convert

RGB 204 130 114 -
CMYK 0 0.36 0.44 0.2
HSL 10.67º 0.47% 0.62% -
HSV(B) 10.67º 0.44% 0.8% -
XYZ 35.92 30.02 19.82 -
YUV 150.3 107.52 166.3 -
System Red Green Blue C M Y K H S L
Decimal 204 130 114 0 0.36 0.44 0.2 10.67 0.47 0.62
Hex CC 82 72 0 24 2C 14 B 2F 3E
Octal 314 202 162 0 44 54 24 13 57 76
Binary 11001100 10000010 1110010 0 100100 101100 10100 1011 101111 111110

Color Harmonies of #CC8272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8272

Black with #CC8272

Text Example


Text Example

White with #CC8272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8272; }

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

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

background-color css

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

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

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

border-color css

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

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

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