Html Css Color HEX #CF8571 New York Pink

📋 copy color: '#CF8571'

red 207 ◦ green 133 ◦ blue 113

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

Shades of New York Pink #CF8571

Tints of New York Pink #CF8571

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 24.94%

R = 45.7%
G = 29.36%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF8571 (or 0xCF8571) is known color: New York Pink. HEX triplet: CF, 85 and 71. RGB value is (207,133,113). Sum of RGB (Red+Green+Blue) = 207+133+113=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 133 (52.34% from 255 or 29.36% from 453); Blue value is 113 (44.53% from 255 or 24.94% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8571 is #307A8E. Grayscale: #999999. Windows color (decimal): -3177103 or 7439823. OLE color: 7439823.

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

Color convert

RGB 207 133 113 -
CMYK 0 0.36 0.45 0.19
HSL 12.77º 0.49% 0.63% -
HSV(B) 12.77º 0.45% 0.81% -
XYZ 37.1 31.23 19.7 -
YUV 152.85 105.52 166.63 -
System Red Green Blue C M Y K H S L
Decimal 207 133 113 0 0.36 0.45 0.19 12.77 0.49 0.63
Hex CF 85 71 0 24 2D 13 D 31 3F
Octal 317 205 161 0 44 55 23 15 61 77
Binary 11001111 10000101 1110001 0 100100 101101 10011 1101 110001 111111

Color Harmonies of #CF8571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8571

Black with #CF8571

Text Example


Text Example

White with #CF8571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8571; }

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

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

background-color css

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

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

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

border-color css

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

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

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