Html Css Color HEX #CF8371 New York Pink

📋 copy color: '#CF8371'

red 207 ◦ green 131 ◦ blue 113

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

Shades of New York Pink #CF8371

Tints of New York Pink #CF8371

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.05%

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

R = 45.9%
G = 29.05%
B = 25.06%

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

#CF8371 (or 0xCF8371) is known color: New York Pink. HEX triplet: CF, 83 and 71. RGB value is (207,131,113). Sum of RGB (Red+Green+Blue) = 207+131+113=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 131 (51.56% from 255 or 29.05% from 451); Blue value is 113 (44.53% from 255 or 25.06% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8371 is #307C8E. Grayscale: #979797. Windows color (decimal): -3177615 or 7439311. OLE color: 7439311.

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

Color convert

RGB 207 131 113 -
CMYK 0 0.37 0.45 0.19
HSL 11.49º 0.49% 0.63% -
HSV(B) 11.49º 0.45% 0.81% -
XYZ 36.83 30.69 19.61 -
YUV 151.67 106.18 167.46 -
System Red Green Blue C M Y K H S L
Decimal 207 131 113 0 0.37 0.45 0.19 11.49 0.49 0.63
Hex CF 83 71 0 25 2D 13 B 31 3F
Octal 317 203 161 0 45 55 23 13 61 77
Binary 11001111 10000011 1110001 0 100101 101101 10011 1011 110001 111111

Color Harmonies of #CF8371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8371

Black with #CF8371

Text Example


Text Example

White with #CF8371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8371; }

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

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

background-color css

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

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

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

border-color css

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

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

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