Html Css Color HEX #CC7B73 New York Pink

📋 copy color: '#CC7B73'

red 204 ◦ green 123 ◦ blue 115

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

Shades of New York Pink #CC7B73

Tints of New York Pink #CC7B73

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.83%

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

R = 46.15%
G = 27.83%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.2

RGB Variations

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

Color information

#CC7B73 (or 0xCC7B73) is known color: New York Pink. HEX triplet: CC, 7B and 73. RGB value is (204,123,115). Sum of RGB (Red+Green+Blue) = 204+123+115=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 115 (45.31% from 255 or 26.02% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7B73 is #33848C. Grayscale: #929292. Windows color (decimal): -3376269 or 7568332. OLE color: 7568332.

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

Color convert

RGB 204 123 115 -
CMYK 0 0.40 0.44 0.2
HSL 5.39º 0.47% 0.63% -
HSV(B) 5.39º 0.44% 0.8% -
XYZ 35.08 28.24 19.82 -
YUV 146.31 110.34 169.15 -
System Red Green Blue C M Y K H S L
Decimal 204 123 115 0 0.40 0.44 0.2 5.39 0.47 0.63
Hex CC 7B 73 0 28 2C 14 5 2F 3F
Octal 314 173 163 0 50 54 24 5 57 77
Binary 11001100 1111011 1110011 0 101000 101100 10100 101 101111 111111

Color Harmonies of #CC7B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7B73

Black with #CC7B73

Text Example


Text Example

White with #CC7B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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