Html Css Color HEX #CF8373 New York Pink

📋 copy color: '#CF8373'

red 207 ◦ green 131 ◦ blue 115

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

Shades of New York Pink #CF8373

Tints of New York Pink #CF8373

RGB

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

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

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

R = 45.7%
G = 28.92%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CF8373 (or 0xCF8373) is known color: New York Pink. HEX triplet: CF, 83 and 73. RGB value is (207,131,115). Sum of RGB (Red+Green+Blue) = 207+131+115=453 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.70% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 115 (45.31% from 255 or 25.39% from 453); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8373 is #307C8C. Grayscale: #989898. Windows color (decimal): -3177613 or 7570383. OLE color: 7570383.

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

Color convert

RGB 207 131 115 -
CMYK 0 0.37 0.44 0.19
HSL 10.43º 0.49% 0.63% -
HSV(B) 10.43º 0.44% 0.81% -
XYZ 36.94 30.74 20.21 -
YUV 151.9 107.18 167.3 -
System Red Green Blue C M Y K H S L
Decimal 207 131 115 0 0.37 0.44 0.19 10.43 0.49 0.63
Hex CF 83 73 0 25 2C 13 A 31 3F
Octal 317 203 163 0 45 54 23 12 61 77
Binary 11001111 10000011 1110011 0 100101 101100 10011 1010 110001 111111

Color Harmonies of #CF8373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8373

Black with #CF8373

Text Example


Text Example

White with #CF8373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8373; }

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

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

background-color css

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

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

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

border-color css

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

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

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