Html Css Color HEX #CB83A1 Puce

📋 copy color: '#CB83A1'

red 203 ◦ green 131 ◦ blue 161

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

Shades of Puce #CB83A1

Tints of Puce #CB83A1

RGB

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

 GREEN value IS 131 (51.56% from 255) = 26.46%

 BLUE value IS 161 (63.28% from 255) = 32.53%

R = 41.01%
G = 26.46%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#CB83A1 (or 0xCB83A1) is known color: Puce. HEX triplet: CB, 83 and A1. RGB value is (203,131,161). Sum of RGB (Red+Green+Blue) = 203+131+161=495 (65% of max value = 765). Red value is 203 (79.69% from 255 or 41.01% from 495); Green value is 131 (51.56% from 255 or 26.46% from 495); Blue value is 161 (63.28% from 255 or 32.53% from 495); Max value from RGB is 203 - color contains mainly: red. Hex color #CB83A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB83A1 is #347C5E. Grayscale: #9B9B9B. Windows color (decimal): -3439711 or 10585035. OLE color: 10585035.

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

Color convert

RGB 203 131 161 -
CMYK 0 0.35 0.21 0.20
HSL 335º 0.41% 0.65% -
HSV(B) 335º 0.35% 0.8% -
XYZ 39.18 31.5 37.73 -
YUV 155.95 130.85 161.56 -
System Red Green Blue C M Y K H S L
Decimal 203 131 161 0 0.35 0.21 0.20 335 0.41 0.65
Hex CB 83 A1 0 23 15 14 14F 29 41
Octal 313 203 241 0 43 25 24 517 51 101
Binary 11001011 10000011 10100001 0 100011 10101 10100 101001111 101001 1000001

Color Harmonies of #CB83A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB83A1

Black with #CB83A1

Text Example


Text Example

White with #CB83A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB83A1; }

 p { color: rgb(203,131,161); }

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

background-color css

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

 a { background-color: rgb(203,131,161); }

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

border-color css

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

 span { border-color: rgb(203,131,161); }

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