Html Css Color HEX #CC7D75 New York Pink

📋 copy color: '#CC7D75'

red 204 ◦ green 125 ◦ blue 117

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

Shades of New York Pink #CC7D75

Tints of New York Pink #CC7D75

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.03%

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

R = 45.74%
G = 28.03%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.43

 K value IS 0.2

RGB Variations

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

Color information

#CC7D75 (or 0xCC7D75) is known color: New York Pink. HEX triplet: CC, 7D and 75. RGB value is (204,125,117). Sum of RGB (Red+Green+Blue) = 204+125+117=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 125 (49.22% from 255 or 28.03% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC7D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC7D75 is #33828A. Grayscale: #939393. Windows color (decimal): -3375755 or 7699916. OLE color: 7699916.

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

Color convert

RGB 204 125 117 -
CMYK 0 0.39 0.43 0.2
HSL 5.52º 0.46% 0.63% -
HSV(B) 5.52º 0.43% 0.8% -
XYZ 35.45 28.79 20.52 -
YUV 147.71 110.67 168.15 -
System Red Green Blue C M Y K H S L
Decimal 204 125 117 0 0.39 0.43 0.2 5.52 0.46 0.63
Hex CC 7D 75 0 27 2B 14 6 2E 3F
Octal 314 175 165 0 47 53 24 6 56 77
Binary 11001100 1111101 1110101 0 100111 101011 10100 110 101110 111111

Color Harmonies of #CC7D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC7D75

Black with #CC7D75

Text Example


Text Example

White with #CC7D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC7D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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