Html Css Color HEX #CF8073 New York Pink

📋 copy color: '#CF8073'

red 207 ◦ green 128 ◦ blue 115

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

Shades of New York Pink #CF8073

Tints of New York Pink #CF8073

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.44%

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

R = 46%
G = 28.44%
B = 25.56%

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

#CF8073 (or 0xCF8073) is known color: New York Pink. HEX triplet: CF, 80 and 73. RGB value is (207,128,115). Sum of RGB (Red+Green+Blue) = 207+128+115=450 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46% from 450); Green value is 128 (50.39% from 255 or 28.44% from 450); Blue value is 115 (45.31% from 255 or 25.56% from 450); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CF8073 is #307F8C. Grayscale: #969696. Windows color (decimal): -3178381 or 7569615. OLE color: 7569615.

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

Color convert

RGB 207 128 115 -
CMYK 0 0.38 0.44 0.19
HSL 8.48º 0.49% 0.63% -
HSV(B) 8.48º 0.44% 0.81% -
XYZ 36.55 29.94 20.07 -
YUV 150.14 108.17 168.56 -
System Red Green Blue C M Y K H S L
Decimal 207 128 115 0 0.38 0.44 0.19 8.48 0.49 0.63
Hex CF 80 73 0 26 2C 13 8 31 3F
Octal 317 200 163 0 46 54 23 10 61 77
Binary 11001111 10000000 1110011 0 100110 101100 10011 1000 110001 111111

Color Harmonies of #CF8073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF8073

Black with #CF8073

Text Example


Text Example

White with #CF8073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF8073; }

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

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

background-color css

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

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

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

border-color css

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

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

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