Html Css Color HEX #CB80AA Puce

📋 copy color: '#CB80AA'

red 203 ◦ green 128 ◦ blue 170

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

Shades of Puce #CB80AA

Tints of Puce #CB80AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 33.93%

R = 40.52%
G = 25.55%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CB80AA (or 0xCB80AA) is known color: Puce. HEX triplet: CB, 80 and AA. RGB value is (203,128,170). Sum of RGB (Red+Green+Blue) = 203+128+170=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 170 (66.80% from 255 or 33.93% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CB80AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB80AA is #347F55. Grayscale: #9B9B9B. Windows color (decimal): -3440470 or 11174091. OLE color: 11174091.

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

Color convert

RGB 203 128 170 -
CMYK 0 0.37 0.16 0.20
HSL 326.4º 0.42% 0.65% -
HSV(B) 326.4º 0.37% 0.8% -
XYZ 39.6 31.04 41.93 -
YUV 155.21 136.35 162.08 -
System Red Green Blue C M Y K H S L
Decimal 203 128 170 0 0.37 0.16 0.20 326.4 0.42 0.65
Hex CB 80 AA 0 25 10 14 146 2A 41
Octal 313 200 252 0 45 20 24 506 52 101
Binary 11001011 10000000 10101010 0 100101 10000 10100 101000110 101010 1000001

Color Harmonies of #CB80AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB80AA

Black with #CB80AA

Text Example


Text Example

White with #CB80AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB80AA; }

 p { color: rgb(203,128,170); }

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

background-color css

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

 a { background-color: rgb(203,128,170); }

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

border-color css

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

 span { border-color: rgb(203,128,170); }

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