Html Css Color HEX #CF8372 New York Pink

📋 copy color: '#CF8372'

red 207 ◦ green 131 ◦ blue 114

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

Shades of New York Pink #CF8372

Tints of New York Pink #CF8372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.22%

R = 45.8%
G = 28.98%
B = 25.22%

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

#CF8372 (or 0xCF8372) is known color: New York Pink. HEX triplet: CF, 83 and 72. RGB value is (207,131,114). Sum of RGB (Red+Green+Blue) = 207+131+114=452 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.80% from 452); Green value is 131 (51.56% from 255 or 28.98% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8372 is #307C8D. Grayscale: #979797. Windows color (decimal): -3177614 or 7504847. OLE color: 7504847.

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

Color convert

RGB 207 131 114 -
CMYK 0 0.37 0.45 0.19
HSL 10.97º 0.49% 0.63% -
HSV(B) 10.97º 0.45% 0.81% -
XYZ 36.89 30.71 19.9 -
YUV 151.79 106.68 167.38 -
System Red Green Blue C M Y K H S L
Decimal 207 131 114 0 0.37 0.45 0.19 10.97 0.49 0.63
Hex CF 83 72 0 25 2D 13 B 31 3F
Octal 317 203 162 0 45 55 23 13 61 77
Binary 11001111 10000011 1110010 0 100101 101101 10011 1011 110001 111111

Color Harmonies of #CF8372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8372

Black with #CF8372

Text Example


Text Example

White with #CF8372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8372; }

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

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

background-color css

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

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

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

border-color css

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

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

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