Html Css Color HEX #CF7B73 New York Pink

📋 copy color: '#CF7B73'

red 207 ◦ green 123 ◦ blue 115

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

Shades of New York Pink #CF7B73

Tints of New York Pink #CF7B73

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.64%

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

R = 46.52%
G = 27.64%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.44

 K value IS 0.19

RGB Variations

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

Color information

#CF7B73 (or 0xCF7B73) is known color: New York Pink. HEX triplet: CF, 7B and 73. RGB value is (207,123,115). Sum of RGB (Red+Green+Blue) = 207+123+115=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 123 (48.44% from 255 or 27.64% from 445); Blue value is 115 (45.31% from 255 or 25.84% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7B73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7B73 is #30848C. Grayscale: #939393. Windows color (decimal): -3179661 or 7568335. OLE color: 7568335.

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

Color convert

RGB 207 123 115 -
CMYK 0 0.41 0.44 0.19
HSL 5.22º 0.49% 0.63% -
HSV(B) 5.22º 0.44% 0.81% -
XYZ 35.91 28.67 19.86 -
YUV 147.2 109.83 170.65 -
System Red Green Blue C M Y K H S L
Decimal 207 123 115 0 0.41 0.44 0.19 5.22 0.49 0.63
Hex CF 7B 73 0 29 2C 13 5 31 3F
Octal 317 173 163 0 51 54 23 5 61 77
Binary 11001111 1111011 1110011 0 101001 101100 10011 101 110001 111111

Color Harmonies of #CF7B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7B73

Black with #CF7B73

Text Example


Text Example

White with #CF7B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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