Html Css Color HEX #CB80A0 Puce

📋 copy color: '#CB80A0'

red 203 ◦ green 128 ◦ blue 160

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

Shades of Puce #CB80A0

Tints of Puce #CB80A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 32.59%

R = 41.34%
G = 26.07%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#CB80A0 (or 0xCB80A0) is known color: Puce. HEX triplet: CB, 80 and A0. RGB value is (203,128,160). Sum of RGB (Red+Green+Blue) = 203+128+160=491 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.34% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 160 (62.89% from 255 or 32.59% from 491); Max value from RGB is 203 - color contains mainly: red. Hex color #CB80A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB80A0 is #347F5F. Grayscale: #9A9A9A. Windows color (decimal): -3440480 or 10518731. OLE color: 10518731.

HSL color Cylindrical-coordinate representation of color #CB80A0: hue angle of 334.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 #CB80A0 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 128 160 -
CMYK 0 0.37 0.21 0.20
HSL 334.4º 0.42% 0.65% -
HSV(B) 334.4º 0.37% 0.8% -
XYZ 38.69 30.67 37.14 -
YUV 154.07 131.35 162.9 -
System Red Green Blue C M Y K H S L
Decimal 203 128 160 0 0.37 0.21 0.20 334.4 0.42 0.65
Hex CB 80 A0 0 25 15 14 14E 2A 41
Octal 313 200 240 0 45 25 24 516 52 101
Binary 11001011 10000000 10100000 0 100101 10101 10100 101001110 101010 1000001

Color Harmonies of #CB80A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB80A0

Black with #CB80A0

Text Example


Text Example

White with #CB80A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB80A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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