Html Css Color HEX #CF8272 New York Pink

📋 copy color: '#CF8272'

red 207 ◦ green 130 ◦ blue 114

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

Shades of New York Pink #CF8272

Tints of New York Pink #CF8272

RGB

 RED value IS 207 (81.25% from 255) = 45.9%

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

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

R = 45.9%
G = 28.82%
B = 25.28%

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

#CF8272 (or 0xCF8272) is known color: New York Pink. HEX triplet: CF, 82 and 72. RGB value is (207,130,114). Sum of RGB (Red+Green+Blue) = 207+130+114=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 130 (51.17% from 255 or 28.82% from 451); Blue value is 114 (44.92% from 255 or 25.28% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8272 is #307D8D. Grayscale: #979797. Windows color (decimal): -3177870 or 7504591. OLE color: 7504591.

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

Color convert

RGB 207 130 114 -
CMYK 0 0.37 0.45 0.19
HSL 10.32º 0.49% 0.63% -
HSV(B) 10.32º 0.45% 0.81% -
XYZ 36.75 30.45 19.86 -
YUV 151.2 107.01 167.8 -
System Red Green Blue C M Y K H S L
Decimal 207 130 114 0 0.37 0.45 0.19 10.32 0.49 0.63
Hex CF 82 72 0 25 2D 13 A 31 3F
Octal 317 202 162 0 45 55 23 12 61 77
Binary 11001111 10000010 1110010 0 100101 101101 10011 1010 110001 111111

Color Harmonies of #CF8272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8272

Black with #CF8272

Text Example


Text Example

White with #CF8272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8272; }

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

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

background-color css

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

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

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

border-color css

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

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

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