Html Css Color HEX #CE7972 New York Pink

📋 copy color: '#CE7972'

red 206 ◦ green 121 ◦ blue 114

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

Shades of New York Pink #CE7972

Tints of New York Pink #CE7972

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.44%

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

R = 46.71%
G = 27.44%
B = 25.85%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE7972 (or 0xCE7972) is known color: New York Pink. HEX triplet: CE, 79 and 72. RGB value is (206,121,114). Sum of RGB (Red+Green+Blue) = 206+121+114=441 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.71% from 441); Green value is 121 (47.66% from 255 or 27.44% from 441); Blue value is 114 (44.92% from 255 or 25.85% from 441); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7972 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7972 is #31868D. Grayscale: #919191. Windows color (decimal): -3245710 or 7502286. OLE color: 7502286.

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

Color convert

RGB 206 121 114 -
CMYK 0 0.41 0.45 0.19
HSL 4.57º 0.48% 0.63% -
HSV(B) 4.57º 0.45% 0.81% -
XYZ 35.33 28.01 19.46 -
YUV 145.62 110.16 171.07 -
System Red Green Blue C M Y K H S L
Decimal 206 121 114 0 0.41 0.45 0.19 4.57 0.48 0.63
Hex CE 79 72 0 29 2D 13 5 30 3F
Octal 316 171 162 0 51 55 23 5 60 77
Binary 11001110 1111001 1110010 0 101001 101101 10011 101 110000 111111

Color Harmonies of #CE7972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7972

Black with #CE7972

Text Example


Text Example

White with #CE7972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7972; }

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

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

background-color css

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

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

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

border-color css

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

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

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