Html Css Color HEX #CB82AA Puce

📋 copy color: '#CB82AA'

red 203 ◦ green 130 ◦ blue 170

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

Shades of Puce #CB82AA

Tints of Puce #CB82AA

RGB

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

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

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

R = 40.36%
G = 25.84%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CB82AA (or 0xCB82AA) is known color: Puce. HEX triplet: CB, 82 and AA. RGB value is (203,130,170). Sum of RGB (Red+Green+Blue) = 203+130+170=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 170 (66.80% from 255 or 33.80% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CB82AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB82AA is #347D55. Grayscale: #9C9C9C. Windows color (decimal): -3439958 or 11174603. OLE color: 11174603.

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

Color convert

RGB 203 130 170 -
CMYK 0 0.36 0.16 0.20
HSL 327.12º 0.41% 0.65% -
HSV(B) 327.12º 0.36% 0.8% -
XYZ 39.87 31.56 42.02 -
YUV 156.39 135.68 161.25 -
System Red Green Blue C M Y K H S L
Decimal 203 130 170 0 0.36 0.16 0.20 327.12 0.41 0.65
Hex CB 82 AA 0 24 10 14 147 29 41
Octal 313 202 252 0 44 20 24 507 51 101
Binary 11001011 10000010 10101010 0 100100 10000 10100 101000111 101001 1000001

Color Harmonies of #CB82AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB82AA

Black with #CB82AA

Text Example


Text Example

White with #CB82AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB82AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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