Html Css Color HEX #CB80A3 Puce

📋 copy color: '#CB80A3'

red 203 ◦ green 128 ◦ blue 163

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

Shades of Puce #CB80A3

Tints of Puce #CB80A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 33%

R = 41.09%
G = 25.91%
B = 33%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.20

 K value IS 0.20

RGB Variations

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

Color information

#CB80A3 (or 0xCB80A3) is known color: Puce. HEX triplet: CB, 80 and A3. RGB value is (203,128,163). Sum of RGB (Red+Green+Blue) = 203+128+163=494 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.09% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 163 (64.06% from 255 or 33.00% from 494); Max value from RGB is 203 - color contains mainly: red. Hex color #CB80A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB80A3 is #347F5C. Grayscale: #9A9A9A. Windows color (decimal): -3440477 or 10715339. OLE color: 10715339.

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

Color convert

RGB 203 128 163 -
CMYK 0 0.37 0.20 0.20
HSL 332º 0.42% 0.65% -
HSV(B) 332º 0.37% 0.8% -
XYZ 38.96 30.78 38.54 -
YUV 154.42 132.85 162.65 -
System Red Green Blue C M Y K H S L
Decimal 203 128 163 0 0.37 0.20 0.20 332 0.42 0.65
Hex CB 80 A3 0 25 14 14 14C 2A 41
Octal 313 200 243 0 45 24 24 514 52 101
Binary 11001011 10000000 10100011 0 100101 10100 10100 101001100 101010 1000001

Color Harmonies of #CB80A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB80A3

Black with #CB80A3

Text Example


Text Example

White with #CB80A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB80A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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