Html Css Color HEX #CE7E74 New York Pink

📋 copy color: '#CE7E74'

red 206 ◦ green 126 ◦ blue 116

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

Shades of New York Pink #CE7E74

Tints of New York Pink #CE7E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.89%

R = 45.98%
G = 28.13%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE7E74 (or 0xCE7E74) is known color: New York Pink. HEX triplet: CE, 7E and 74. RGB value is (206,126,116). Sum of RGB (Red+Green+Blue) = 206+126+116=448 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.98% from 448); Green value is 126 (49.61% from 255 or 28.12% from 448); Blue value is 116 (45.70% from 255 or 25.89% from 448); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7E74 is #31818B. Grayscale: #949494. Windows color (decimal): -3244428 or 7634638. OLE color: 7634638.

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

Color convert

RGB 206 126 116 -
CMYK 0 0.39 0.44 0.19
HSL 6.67º 0.48% 0.63% -
HSV(B) 6.67º 0.44% 0.81% -
XYZ 36.07 29.3 20.28 -
YUV 148.78 109.5 168.81 -
System Red Green Blue C M Y K H S L
Decimal 206 126 116 0 0.39 0.44 0.19 6.67 0.48 0.63
Hex CE 7E 74 0 27 2C 13 7 30 3F
Octal 316 176 164 0 47 54 23 7 60 77
Binary 11001110 1111110 1110100 0 100111 101100 10011 111 110000 111111

Color Harmonies of #CE7E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7E74

Black with #CE7E74

Text Example


Text Example

White with #CE7E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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