Html Css Color HEX #CE7B74 New York Pink

📋 copy color: '#CE7B74'

red 206 ◦ green 123 ◦ blue 116

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

Shades of New York Pink #CE7B74

Tints of New York Pink #CE7B74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.07%

R = 46.29%
G = 27.64%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CE7B74 (or 0xCE7B74) is known color: New York Pink. HEX triplet: CE, 7B and 74. RGB value is (206,123,116). Sum of RGB (Red+Green+Blue) = 206+123+116=445 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.29% from 445); Green value is 123 (48.44% from 255 or 27.64% from 445); Blue value is 116 (45.70% from 255 or 26.07% from 445); Max value from RGB is 206 - color contains mainly: red. Hex color #CE7B74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CE7B74 is #31848B. Grayscale: #939393. Windows color (decimal): -3245196 or 7633870. OLE color: 7633870.

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

Color convert

RGB 206 123 116 -
CMYK 0 0.40 0.44 0.19
HSL 4.67º 0.48% 0.63% -
HSV(B) 4.67º 0.44% 0.81% -
XYZ 35.69 28.55 20.15 -
YUV 147.02 110.5 170.07 -
System Red Green Blue C M Y K H S L
Decimal 206 123 116 0 0.40 0.44 0.19 4.67 0.48 0.63
Hex CE 7B 74 0 28 2C 13 5 30 3F
Octal 316 173 164 0 50 54 23 5 60 77
Binary 11001110 1111011 1110100 0 101000 101100 10011 101 110000 111111

Color Harmonies of #CE7B74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE7B74

Black with #CE7B74

Text Example


Text Example

White with #CE7B74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE7B74; }

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

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

background-color css

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

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

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

border-color css

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

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

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