Html Css Color HEX #CF8273 New York Pink

📋 copy color: '#CF8273'

red 207 ◦ green 130 ◦ blue 115

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

Shades of New York Pink #CF8273

Tints of New York Pink #CF8273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.44%

R = 45.8%
G = 28.76%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CF8273 (or 0xCF8273) is known color: New York Pink. HEX triplet: CF, 82 and 73. RGB value is (207,130,115). Sum of RGB (Red+Green+Blue) = 207+130+115=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 130 (51.17% from 255 or 28.76% from 452); Blue value is 115 (45.31% from 255 or 25.44% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8273 is #307D8C. Grayscale: #979797. Windows color (decimal): -3177869 or 7570127. OLE color: 7570127.

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

Color convert

RGB 207 130 115 -
CMYK 0 0.37 0.44 0.19
HSL 9.78º 0.49% 0.63% -
HSV(B) 9.78º 0.44% 0.81% -
XYZ 36.81 30.47 20.16 -
YUV 151.31 107.51 167.72 -
System Red Green Blue C M Y K H S L
Decimal 207 130 115 0 0.37 0.44 0.19 9.78 0.49 0.63
Hex CF 82 73 0 25 2C 13 A 31 3F
Octal 317 202 163 0 45 54 23 12 61 77
Binary 11001111 10000010 1110011 0 100101 101100 10011 1010 110001 111111

Color Harmonies of #CF8273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8273

Black with #CF8273

Text Example


Text Example

White with #CF8273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8273; }

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

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

background-color css

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

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

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

border-color css

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

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

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