Html Css Color HEX #CB7F71 New York Pink

📋 copy color: '#CB7F71'

red 203 ◦ green 127 ◦ blue 113

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

Shades of New York Pink #CB7F71

Tints of New York Pink #CB7F71

RGB

 RED value IS 203 (79.69% from 255) = 45.82%

 GREEN value IS 127 (50% from 255) = 28.67%

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

R = 45.82%
G = 28.67%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.20

RGB Variations

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

Color information

#CB7F71 (or 0xCB7F71) is known color: New York Pink. HEX triplet: CB, 7F and 71. RGB value is (203,127,113). Sum of RGB (Red+Green+Blue) = 203+127+113=443 (58% of max value = 765). Red value is 203 (79.69% from 255 or 45.82% from 443); Green value is 127 (50% from 255 or 28.67% from 443); Blue value is 113 (44.53% from 255 or 25.51% from 443); Max value from RGB is 203 - color contains mainly: red. Hex color #CB7F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB7F71 is #34808E. Grayscale: #949494. Windows color (decimal): -3440783 or 7438283. OLE color: 7438283.

HSL color Cylindrical-coordinate representation of color #CB7F71: hue angle of 9.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CB7F71 is Cyan = 0, Magento = 0.37, Yellow = 0.44 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 127 113 -
CMYK 0 0.37 0.44 0.20
HSL 9.33º 0.46% 0.62% -
HSV(B) 9.33º 0.44% 0.8% -
XYZ 35.2 29.07 19.38 -
YUV 148.13 108.18 167.14 -
System Red Green Blue C M Y K H S L
Decimal 203 127 113 0 0.37 0.44 0.20 9.33 0.46 0.62
Hex CB 7F 71 0 25 2C 14 9 2E 3E
Octal 313 177 161 0 45 54 24 11 56 76
Binary 11001011 1111111 1110001 0 100101 101100 10100 1001 101110 111110

Color Harmonies of #CB7F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB7F71

Black with #CB7F71

Text Example


Text Example

White with #CB7F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB7F71; }

 p { color: rgb(203,127,113); }

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

background-color css

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

 a { background-color: rgb(203,127,113); }

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

border-color css

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

 span { border-color: rgb(203,127,113); }

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