Html Css Color HEX #CF8471 New York Pink

📋 copy color: '#CF8471'

red 207 ◦ green 132 ◦ blue 113

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

Shades of New York Pink #CF8471

Tints of New York Pink #CF8471

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.2%

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

R = 45.8%
G = 29.2%
B = 25%

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

#CF8471 (or 0xCF8471) is known color: New York Pink. HEX triplet: CF, 84 and 71. RGB value is (207,132,113). Sum of RGB (Red+Green+Blue) = 207+132+113=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 132 (51.95% from 255 or 29.20% from 452); Blue value is 113 (44.53% from 255 or 25% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8471 is #307B8E. Grayscale: #989898. Windows color (decimal): -3177359 or 7439567. OLE color: 7439567.

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

Color convert

RGB 207 132 113 -
CMYK 0 0.36 0.45 0.19
HSL 12.13º 0.49% 0.63% -
HSV(B) 12.13º 0.45% 0.81% -
XYZ 36.96 30.96 19.65 -
YUV 152.26 105.85 167.04 -
System Red Green Blue C M Y K H S L
Decimal 207 132 113 0 0.36 0.45 0.19 12.13 0.49 0.63
Hex CF 84 71 0 24 2D 13 C 31 3F
Octal 317 204 161 0 44 55 23 14 61 77
Binary 11001111 10000100 1110001 0 100100 101101 10011 1100 110001 111111

Color Harmonies of #CF8471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8471

Black with #CF8471

Text Example


Text Example

White with #CF8471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8471; }

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

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

background-color css

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

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

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

border-color css

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

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

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