Html Css Color HEX #CE7E70 New York Pink

📋 copy color: '#CE7E70'

red 206 ◦ green 126 ◦ blue 112

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

Shades of New York Pink #CE7E70

Tints of New York Pink #CE7E70

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.38%

 BLUE value IS 112 (44.14% from 255) = 25.23%

R = 46.4%
G = 28.38%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE7E70 (or 0xCE7E70) is known color: New York Pink. HEX triplet: CE, 7E and 70. RGB value is (206,126,112). Sum of RGB (Red+Green+Blue) = 206+126+112=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 126 (49.61% from 255 or 28.38% from 444); Blue value is 112 (44.14% from 255 or 25.23% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7E70 is #31818F. Grayscale: #949494. Windows color (decimal): -3244432 or 7372494. OLE color: 7372494.

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

Color convert

RGB 206 126 112 -
CMYK 0 0.39 0.46 0.19
HSL 8.94º 0.49% 0.62% -
HSV(B) 8.94º 0.46% 0.81% -
XYZ 35.84 29.21 19.08 -
YUV 148.32 107.5 169.14 -
System Red Green Blue C M Y K H S L
Decimal 206 126 112 0 0.39 0.46 0.19 8.94 0.49 0.62
Hex CE 7E 70 0 27 2E 13 9 31 3E
Octal 316 176 160 0 47 56 23 11 61 76
Binary 11001110 1111110 1110000 0 100111 101110 10011 1001 110001 111110

Color Harmonies of #CE7E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7E70

Black with #CE7E70

Text Example


Text Example

White with #CE7E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7E70; }

 p { color: rgb(206,126,112); }

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

background-color css

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

 a { background-color: rgb(206,126,112); }

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

border-color css

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

 span { border-color: rgb(206,126,112); }

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