Html Css Color HEX #CE7F6F New York Pink

📋 copy color: '#CE7F6F'

red 206 ◦ green 127 ◦ blue 111

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

Shades of New York Pink #CE7F6F

Tints of New York Pink #CE7F6F

RGB

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

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

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

R = 46.4%
G = 28.6%
B = 25%

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

#CE7F6F (or 0xCE7F6F) is known color: New York Pink. HEX triplet: CE, 7F and 6F. RGB value is (206,127,111). Sum of RGB (Red+Green+Blue) = 206+127+111=444 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.40% from 444); Green value is 127 (50% from 255 or 28.60% from 444); Blue value is 111 (43.75% from 255 or 25% from 444); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7F6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7F6F is #318090. Grayscale: #949494. Windows color (decimal): -3244177 or 7307214. OLE color: 7307214.

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

Color convert

RGB 206 127 111 -
CMYK 0 0.38 0.46 0.19
HSL 10.11º 0.49% 0.62% -
HSV(B) 10.11º 0.46% 0.81% -
XYZ 35.91 29.45 18.83 -
YUV 148.8 106.67 168.8 -
System Red Green Blue C M Y K H S L
Decimal 206 127 111 0 0.38 0.46 0.19 10.11 0.49 0.62
Hex CE 7F 6F 0 26 2E 13 A 31 3E
Octal 316 177 157 0 46 56 23 12 61 76
Binary 11001110 1111111 1101111 0 100110 101110 10011 1010 110001 111110

Color Harmonies of #CE7F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7F6F

Black with #CE7F6F

Text Example


Text Example

White with #CE7F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7F6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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