Html Css Color HEX #CF7B71 New York Pink

📋 copy color: '#CF7B71'

red 207 ◦ green 123 ◦ blue 113

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

Shades of New York Pink #CF7B71

Tints of New York Pink #CF7B71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25.51%

R = 46.73%
G = 27.77%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.45

 K value IS 0.19

RGB Variations

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

Color information

#CF7B71 (or 0xCF7B71) is known color: New York Pink. HEX triplet: CF, 7B and 71. RGB value is (207,123,113). Sum of RGB (Red+Green+Blue) = 207+123+113=443 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.73% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 113 (44.53% from 255 or 25.51% from 443); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7B71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF7B71 is #30848E. Grayscale: #939393. Windows color (decimal): -3179663 or 7437263. OLE color: 7437263.

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

Color convert

RGB 207 123 113 -
CMYK 0 0.41 0.45 0.19
HSL 6.38º 0.49% 0.63% -
HSV(B) 6.38º 0.45% 0.81% -
XYZ 35.8 28.62 19.26 -
YUV 146.98 108.83 170.81 -
System Red Green Blue C M Y K H S L
Decimal 207 123 113 0 0.41 0.45 0.19 6.38 0.49 0.63
Hex CF 7B 71 0 29 2D 13 6 31 3F
Octal 317 173 161 0 51 55 23 6 61 77
Binary 11001111 1111011 1110001 0 101001 101101 10011 110 110001 111111

Color Harmonies of #CF7B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF7B71

Black with #CF7B71

Text Example


Text Example

White with #CF7B71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF7B71; }

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

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

background-color css

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

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

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

border-color css

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

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

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