Html Css Color HEX #CE7F70 New York Pink

📋 copy color: '#CE7F70'

red 206 ◦ green 127 ◦ blue 112

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

Shades of New York Pink #CE7F70

Tints of New York Pink #CE7F70

RGB

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

 GREEN value IS 127 (50% from 255) = 28.54%

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

R = 46.29%
G = 28.54%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.19

RGB Variations

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

Color information

#CE7F70 (or 0xCE7F70) is known color: New York Pink. HEX triplet: CE, 7F and 70. RGB value is (206,127,112). Sum of RGB (Red+Green+Blue) = 206+127+112=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 127 (50% from 255 or 28.54% from 445); Blue value is 112 (44.14% from 255 or 25.17% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7F70 is #31808F. Grayscale: #959595. Windows color (decimal): -3244176 or 7372750. OLE color: 7372750.

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

Color convert

RGB 206 127 112 -
CMYK 0 0.38 0.46 0.19
HSL 9.57º 0.49% 0.62% -
HSV(B) 9.57º 0.46% 0.81% -
XYZ 35.97 29.47 19.12 -
YUV 148.91 107.17 168.72 -
System Red Green Blue C M Y K H S L
Decimal 206 127 112 0 0.38 0.46 0.19 9.57 0.49 0.62
Hex CE 7F 70 0 26 2E 13 A 31 3E
Octal 316 177 160 0 46 56 23 12 61 76
Binary 11001110 1111111 1110000 0 100110 101110 10011 1010 110001 111110

Color Harmonies of #CE7F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7F70

Black with #CE7F70

Text Example


Text Example

White with #CE7F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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