Html Css Color HEX #CE7B72 New York Pink

📋 copy color: '#CE7B72'

red 206 ◦ green 123 ◦ blue 114

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

Shades of New York Pink #CE7B72

Tints of New York Pink #CE7B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.73%

R = 46.5%
G = 27.77%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE7B72 (or 0xCE7B72) is known color: New York Pink. HEX triplet: CE, 7B and 72. RGB value is (206,123,114). Sum of RGB (Red+Green+Blue) = 206+123+114=443 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.50% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7B72 is #31848D. Grayscale: #929292. Windows color (decimal): -3245198 or 7502798. OLE color: 7502798.

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

Color convert

RGB 206 123 114 -
CMYK 0 0.40 0.45 0.19
HSL 5.87º 0.48% 0.63% -
HSV(B) 5.87º 0.45% 0.81% -
XYZ 35.57 28.5 19.55 -
YUV 146.79 109.5 170.23 -
System Red Green Blue C M Y K H S L
Decimal 206 123 114 0 0.40 0.45 0.19 5.87 0.48 0.63
Hex CE 7B 72 0 28 2D 13 6 30 3F
Octal 316 173 162 0 50 55 23 6 60 77
Binary 11001110 1111011 1110010 0 101000 101101 10011 110 110000 111111

Color Harmonies of #CE7B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7B72

Black with #CE7B72

Text Example


Text Example

White with #CE7B72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7B72; }

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

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

background-color css

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

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

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

border-color css

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

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

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