Html Css Color HEX #CE8272 New York Pink

📋 copy color: '#CE8272'

red 206 ◦ green 130 ◦ blue 114

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

Shades of New York Pink #CE8272

Tints of New York Pink #CE8272

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.89%

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

R = 45.78%
G = 28.89%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CE8272 (or 0xCE8272) is known color: New York Pink. HEX triplet: CE, 82 and 72. RGB value is (206,130,114). Sum of RGB (Red+Green+Blue) = 206+130+114=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 130 (51.17% from 255 or 28.89% from 450); Blue value is 114 (44.92% from 255 or 25.33% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CE8272 is #317D8D. Grayscale: #979797. Windows color (decimal): -3243406 or 7504590. OLE color: 7504590.

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

Color convert

RGB 206 130 114 -
CMYK 0 0.37 0.45 0.19
HSL 10.43º 0.48% 0.63% -
HSV(B) 10.43º 0.45% 0.81% -
XYZ 36.47 30.3 19.85 -
YUV 150.9 107.18 167.3 -
System Red Green Blue C M Y K H S L
Decimal 206 130 114 0 0.37 0.45 0.19 10.43 0.48 0.63
Hex CE 82 72 0 25 2D 13 A 30 3F
Octal 316 202 162 0 45 55 23 12 60 77
Binary 11001110 10000010 1110010 0 100101 101101 10011 1010 110000 111111

Color Harmonies of #CE8272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE8272

Black with #CE8272

Text Example


Text Example

White with #CE8272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE8272; }

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

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

background-color css

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

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

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

border-color css

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

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

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