Html Css Color HEX #CB82A9 Puce

📋 copy color: '#CB82A9'

red 203 ◦ green 130 ◦ blue 169

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

Shades of Puce #CB82A9

Tints of Puce #CB82A9

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.9%

 BLUE value IS 169 (66.41% from 255) = 33.67%

R = 40.44%
G = 25.9%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#CB82A9 (or 0xCB82A9) is known color: Puce. HEX triplet: CB, 82 and A9. RGB value is (203,130,169). Sum of RGB (Red+Green+Blue) = 203+130+169=502 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.44% from 502); Green value is 130 (51.17% from 255 or 25.90% from 502); Blue value is 169 (66.41% from 255 or 33.67% from 502); Max value from RGB is 203 - color contains mainly: red. Hex color #CB82A9 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB82A9 is #347D56. Grayscale: #9C9C9C. Windows color (decimal): -3439959 or 11109067. OLE color: 11109067.

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

Color convert

RGB 203 130 169 -
CMYK 0 0.36 0.17 0.20
HSL 327.95º 0.41% 0.65% -
HSV(B) 327.95º 0.36% 0.8% -
XYZ 39.77 31.53 41.53 -
YUV 156.27 135.18 161.33 -
System Red Green Blue C M Y K H S L
Decimal 203 130 169 0 0.36 0.17 0.20 327.95 0.41 0.65
Hex CB 82 A9 0 24 11 14 148 29 41
Octal 313 202 251 0 44 21 24 510 51 101
Binary 11001011 10000010 10101001 0 100100 10001 10100 101001000 101001 1000001

Color Harmonies of #CB82A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB82A9

Black with #CB82A9

Text Example


Text Example

White with #CB82A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB82A9; }

 p { color: rgb(203,130,169); }

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

background-color css

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

 a { background-color: rgb(203,130,169); }

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

border-color css

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

 span { border-color: rgb(203,130,169); }

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