Html Css Color HEX #CE7E6F New York Pink

📋 copy color: '#CE7E6F'

red 206 ◦ green 126 ◦ blue 111

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

Shades of New York Pink #CE7E6F

Tints of New York Pink #CE7E6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 25.06%

R = 46.5%
G = 28.44%
B = 25.06%

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

#CE7E6F (or 0xCE7E6F) is known color: New York Pink. HEX triplet: CE, 7E and 6F. RGB value is (206,126,111). Sum of RGB (Red+Green+Blue) = 206+126+111=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 126 (49.61% from 255 or 28.44% from 443); Blue value is 111 (43.75% from 255 or 25.06% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7E6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7E6F is #318190. Grayscale: #949494. Windows color (decimal): -3244433 or 7306958. OLE color: 7306958.

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

Color convert

RGB 206 126 111 -
CMYK 0 0.39 0.46 0.19
HSL 9.47º 0.49% 0.62% -
HSV(B) 9.47º 0.46% 0.81% -
XYZ 35.78 29.19 18.79 -
YUV 148.21 107 169.22 -
System Red Green Blue C M Y K H S L
Decimal 206 126 111 0 0.39 0.46 0.19 9.47 0.49 0.62
Hex CE 7E 6F 0 27 2E 13 9 31 3E
Octal 316 176 157 0 47 56 23 11 61 76
Binary 11001110 1111110 1101111 0 100111 101110 10011 1001 110001 111110

Color Harmonies of #CE7E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7E6F

Black with #CE7E6F

Text Example


Text Example

White with #CE7E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7E6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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