Html Css Color HEX #CE7C72 New York Pink

📋 copy color: '#CE7C72'

red 206 ◦ green 124 ◦ blue 114

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

Shades of New York Pink #CE7C72

Tints of New York Pink #CE7C72

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.93%

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

R = 46.4%
G = 27.93%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE7C72 (or 0xCE7C72) is known color: New York Pink. HEX triplet: CE, 7C and 72. RGB value is (206,124,114). Sum of RGB (Red+Green+Blue) = 206+124+114=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 124 (48.83% from 255 or 27.93% from 444); Blue value is 114 (44.92% from 255 or 25.68% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7C72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7C72 is #31838D. Grayscale: #939393. Windows color (decimal): -3244942 or 7503054. OLE color: 7503054.

HSL color Cylindrical-coordinate representation of color #CE7C72: hue angle of 6.52º degrees, saturation: 0.48, 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 #CE7C72 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 124 114 -
CMYK 0 0.40 0.45 0.19
HSL 6.52º 0.48% 0.63% -
HSV(B) 6.52º 0.45% 0.81% -
XYZ 35.7 28.75 19.59 -
YUV 147.38 109.17 169.81 -
System Red Green Blue C M Y K H S L
Decimal 206 124 114 0 0.40 0.45 0.19 6.52 0.48 0.63
Hex CE 7C 72 0 28 2D 13 7 30 3F
Octal 316 174 162 0 50 55 23 7 60 77
Binary 11001110 1111100 1110010 0 101000 101101 10011 111 110000 111111

Color Harmonies of #CE7C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7C72

Black with #CE7C72

Text Example


Text Example

White with #CE7C72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7C72; }

 p { color: rgb(206,124,114); }

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

background-color css

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

 a { background-color: rgb(206,124,114); }

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

border-color css

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

 span { border-color: rgb(206,124,114); }

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