Html Css Color HEX #CF8573 New York Pink

📋 copy color: '#CF8573'

red 207 ◦ green 133 ◦ blue 115

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

Shades of New York Pink #CF8573

Tints of New York Pink #CF8573

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.23%

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

R = 45.49%
G = 29.23%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CF8573 (or 0xCF8573) is known color: New York Pink. HEX triplet: CF, 85 and 73. RGB value is (207,133,115). Sum of RGB (Red+Green+Blue) = 207+133+115=455 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.49% from 455); Green value is 133 (52.34% from 255 or 29.23% from 455); Blue value is 115 (45.31% from 255 or 25.27% from 455); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8573 is #307A8C. Grayscale: #999999. Windows color (decimal): -3177101 or 7570895. OLE color: 7570895.

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

Color convert

RGB 207 133 115 -
CMYK 0 0.36 0.44 0.19
HSL 11.74º 0.49% 0.63% -
HSV(B) 11.74º 0.44% 0.81% -
XYZ 37.21 31.28 20.3 -
YUV 153.07 106.52 166.46 -
System Red Green Blue C M Y K H S L
Decimal 207 133 115 0 0.36 0.44 0.19 11.74 0.49 0.63
Hex CF 85 73 0 24 2C 13 C 31 3F
Octal 317 205 163 0 44 54 23 14 61 77
Binary 11001111 10000101 1110011 0 100100 101100 10011 1100 110001 111111

Color Harmonies of #CF8573

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8573

Black with #CF8573

Text Example


Text Example

White with #CF8573

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8573; }

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

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

background-color css

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

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

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

border-color css

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

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

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