Html Css Color HEX #CE7B6E New York Pink

📋 copy color: '#CE7B6E'

red 206 ◦ green 123 ◦ blue 110

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

Shades of New York Pink #CE7B6E

Tints of New York Pink #CE7B6E

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.02%

 BLUE value IS 110 (43.36% from 255) = 25.06%

R = 46.92%
G = 28.02%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.19

RGB Variations

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

Color information

#CE7B6E (or 0xCE7B6E) is known color: New York Pink. HEX triplet: CE, 7B and 6E. RGB value is (206,123,110). Sum of RGB (Red+Green+Blue) = 206+123+110=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 123 (48.44% from 255 or 28.02% from 439); Blue value is 110 (43.36% from 255 or 25.06% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7B6E is #318491. Grayscale: #929292. Windows color (decimal): -3245202 or 7240654. OLE color: 7240654.

HSL color Cylindrical-coordinate representation of color #CE7B6E: hue angle of 8.12º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CE7B6E is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 123 110 -
CMYK 0 0.40 0.47 0.19
HSL 8.13º 0.49% 0.62% -
HSV(B) 8.13º 0.47% 0.81% -
XYZ 35.35 28.41 18.37 -
YUV 146.34 107.5 170.56 -
System Red Green Blue C M Y K H S L
Decimal 206 123 110 0 0.40 0.47 0.19 8.13 0.49 0.62
Hex CE 7B 6E 0 28 2F 13 8 31 3E
Octal 316 173 156 0 50 57 23 10 61 76
Binary 11001110 1111011 1101110 0 101000 101111 10011 1000 110001 111110

Color Harmonies of #CE7B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7B6E

Black with #CE7B6E

Text Example


Text Example

White with #CE7B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7B6E; }

 p { color: rgb(206,123,110); }

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

background-color css

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

 a { background-color: rgb(206,123,110); }

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

border-color css

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

 span { border-color: rgb(206,123,110); }

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