Html Css Color HEX #CE7E75 New York Pink

📋 copy color: '#CE7E75'

red 206 ◦ green 126 ◦ blue 117

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

Shades of New York Pink #CE7E75

Tints of New York Pink #CE7E75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.06%

R = 45.88%
G = 28.06%
B = 26.06%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#CE7E75 (or 0xCE7E75) is known color: New York Pink. HEX triplet: CE, 7E and 75. RGB value is (206,126,117). Sum of RGB (Red+Green+Blue) = 206+126+117=449 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.88% from 449); Green value is 126 (49.61% from 255 or 28.06% from 449); Blue value is 117 (46.09% from 255 or 26.06% from 449); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7E75 is #31818A. Grayscale: #959595. Windows color (decimal): -3244427 or 7700174. OLE color: 7700174.

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

Color convert

RGB 206 126 117 -
CMYK 0 0.39 0.43 0.19
HSL 6.07º 0.48% 0.63% -
HSV(B) 6.07º 0.43% 0.81% -
XYZ 36.13 29.33 20.59 -
YUV 148.89 110 168.73 -
System Red Green Blue C M Y K H S L
Decimal 206 126 117 0 0.39 0.43 0.19 6.07 0.48 0.63
Hex CE 7E 75 0 27 2B 13 6 30 3F
Octal 316 176 165 0 47 53 23 6 60 77
Binary 11001110 1111110 1110101 0 100111 101011 10011 110 110000 111111

Color Harmonies of #CE7E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7E75

Black with #CE7E75

Text Example


Text Example

White with #CE7E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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