Html Css Color HEX #CB8173 New York Pink

📋 copy color: '#CB8173'

red 203 ◦ green 129 ◦ blue 115

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

Shades of New York Pink #CB8173

Tints of New York Pink #CB8173

RGB

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

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

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

R = 45.41%
G = 28.86%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.43

 K value IS 0.20

RGB Variations

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

Color information

#CB8173 (or 0xCB8173) is known color: New York Pink. HEX triplet: CB, 81 and 73. RGB value is (203,129,115). Sum of RGB (Red+Green+Blue) = 203+129+115=447 (59% of max value = 765). Red value is 203 (79.69% from 255 or 45.41% from 447); Green value is 129 (50.78% from 255 or 28.86% from 447); Blue value is 115 (45.31% from 255 or 25.73% from 447); Max value from RGB is 203 - color contains mainly: red. Hex color #CB8173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CB8173 is #347E8C. Grayscale: #959595. Windows color (decimal): -3440269 or 7569867. OLE color: 7569867.

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

Color convert

RGB 203 129 115 -
CMYK 0 0.36 0.43 0.20
HSL 9.55º 0.46% 0.62% -
HSV(B) 9.55º 0.43% 0.8% -
XYZ 35.57 29.63 20.06 -
YUV 149.53 108.52 166.14 -
System Red Green Blue C M Y K H S L
Decimal 203 129 115 0 0.36 0.43 0.20 9.55 0.46 0.62
Hex CB 81 73 0 24 2B 14 A 2E 3E
Octal 313 201 163 0 44 53 24 12 56 76
Binary 11001011 10000001 1110011 0 100100 101011 10100 1010 101110 111110

Color Harmonies of #CB8173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB8173

Black with #CB8173

Text Example


Text Example

White with #CB8173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB8173; }

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

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

background-color css

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

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

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

border-color css

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

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

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