Html Css Color HEX #CB82A8 Puce

📋 copy color: '#CB82A8'

red 203 ◦ green 130 ◦ blue 168

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

Shades of Puce #CB82A8

Tints of Puce #CB82A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 33.53%

R = 40.52%
G = 25.95%
B = 33.53%

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

#CB82A8 (or 0xCB82A8) is known color: Puce. HEX triplet: CB, 82 and A8. RGB value is (203,130,168). Sum of RGB (Red+Green+Blue) = 203+130+168=501 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.52% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 168 (66.02% from 255 or 33.53% from 501); Max value from RGB is 203 - color contains mainly: red. Hex color #CB82A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB82A8 is #347D57. Grayscale: #9C9C9C. Windows color (decimal): -3439960 or 11043531. OLE color: 11043531.

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

Color convert

RGB 203 130 168 -
CMYK 0 0.36 0.17 0.20
HSL 328.77º 0.41% 0.65% -
HSV(B) 328.77º 0.36% 0.8% -
XYZ 39.68 31.49 41.03 -
YUV 156.16 134.68 161.41 -
System Red Green Blue C M Y K H S L
Decimal 203 130 168 0 0.36 0.17 0.20 328.77 0.41 0.65
Hex CB 82 A8 0 24 11 14 149 29 41
Octal 313 202 250 0 44 21 24 511 51 101
Binary 11001011 10000010 10101000 0 100100 10001 10100 101001001 101001 1000001

Color Harmonies of #CB82A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB82A8

Black with #CB82A8

Text Example


Text Example

White with #CB82A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB82A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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