Html Css Color HEX #CE7D71 New York Pink

📋 copy color: '#CE7D71'

red 206 ◦ green 125 ◦ blue 113

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

Shades of New York Pink #CE7D71

Tints of New York Pink #CE7D71

RGB

 RED value IS 206 (80.86% from 255) = 46.4%

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

 BLUE value IS 113 (44.53% from 255) = 25.45%

R = 46.4%
G = 28.15%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE7D71 (or 0xCE7D71) is known color: New York Pink. HEX triplet: CE, 7D and 71. RGB value is (206,125,113). Sum of RGB (Red+Green+Blue) = 206+125+113=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 125 (49.22% from 255 or 28.15% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7D71 is #31828E. Grayscale: #939393. Windows color (decimal): -3244687 or 7437774. OLE color: 7437774.

HSL color Cylindrical-coordinate representation of color #CE7D71: hue angle of 7.74º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CE7D71 is Cyan = 0, Magento = 0.39, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 125 113 -
CMYK 0 0.39 0.45 0.19
HSL 7.74º 0.49% 0.63% -
HSV(B) 7.74º 0.45% 0.81% -
XYZ 35.77 28.98 19.33 -
YUV 147.85 108.34 169.48 -
System Red Green Blue C M Y K H S L
Decimal 206 125 113 0 0.39 0.45 0.19 7.74 0.49 0.63
Hex CE 7D 71 0 27 2D 13 8 31 3F
Octal 316 175 161 0 47 55 23 10 61 77
Binary 11001110 1111101 1110001 0 100111 101101 10011 1000 110001 111111

Color Harmonies of #CE7D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7D71

Black with #CE7D71

Text Example


Text Example

White with #CE7D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7D71; }

 p { color: rgb(206,125,113); }

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

background-color css

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

 a { background-color: rgb(206,125,113); }

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

border-color css

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

 span { border-color: rgb(206,125,113); }

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