Html Css Color HEX #CF8173 New York Pink

📋 copy color: '#CF8173'

red 207 ◦ green 129 ◦ blue 115

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

Shades of New York Pink #CF8173

Tints of New York Pink #CF8173

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.6%

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

R = 45.9%
G = 28.6%
B = 25.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CF8173 (or 0xCF8173) is known color: New York Pink. HEX triplet: CF, 81 and 73. RGB value is (207,129,115). Sum of RGB (Red+Green+Blue) = 207+129+115=451 (59% of max value = 765). Red value is 207 (81.25% from 255 or 45.90% from 451); Green value is 129 (50.78% from 255 or 28.60% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8173 is #307E8C. Grayscale: #969696. Windows color (decimal): -3178125 or 7569871. OLE color: 7569871.

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

Color convert

RGB 207 129 115 -
CMYK 0 0.38 0.44 0.19
HSL 9.13º 0.49% 0.63% -
HSV(B) 9.13º 0.44% 0.81% -
XYZ 36.68 30.2 20.12 -
YUV 150.73 107.84 168.14 -
System Red Green Blue C M Y K H S L
Decimal 207 129 115 0 0.38 0.44 0.19 9.13 0.49 0.63
Hex CF 81 73 0 26 2C 13 9 31 3F
Octal 317 201 163 0 46 54 23 11 61 77
Binary 11001111 10000001 1110011 0 100110 101100 10011 1001 110001 111111

Color Harmonies of #CF8173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8173

Black with #CF8173

Text Example


Text Example

White with #CF8173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8173; }

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

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

background-color css

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

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

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

border-color css

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

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

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