Html Css Color HEX #CB83A3 Puce

📋 copy color: '#CB83A3'

red 203 ◦ green 131 ◦ blue 163

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

Shades of Puce #CB83A3

Tints of Puce #CB83A3

RGB

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

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

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

R = 40.85%
G = 26.36%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.20

 K value IS 0.20

RGB Variations

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

Color information

#CB83A3 (or 0xCB83A3) is known color: Puce. HEX triplet: CB, 83 and A3. RGB value is (203,131,163). Sum of RGB (Red+Green+Blue) = 203+131+163=497 (65% of max value = 765). Red value is 203 (79.69% from 255 or 40.85% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 163 (64.06% from 255 or 32.80% from 497); Max value from RGB is 203 - color contains mainly: red. Hex color #CB83A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB83A3 is #347C5C. Grayscale: #9C9C9C. Windows color (decimal): -3439709 or 10716107. OLE color: 10716107.

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

Color convert

RGB 203 131 163 -
CMYK 0 0.35 0.20 0.20
HSL 333.33º 0.41% 0.65% -
HSV(B) 333.33º 0.35% 0.8% -
XYZ 39.36 31.57 38.67 -
YUV 156.18 131.85 161.4 -
System Red Green Blue C M Y K H S L
Decimal 203 131 163 0 0.35 0.20 0.20 333.33 0.41 0.65
Hex CB 83 A3 0 23 14 14 14D 29 41
Octal 313 203 243 0 43 24 24 515 51 101
Binary 11001011 10000011 10100011 0 100011 10100 10100 101001101 101001 1000001

Color Harmonies of #CB83A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB83A3

Black with #CB83A3

Text Example


Text Example

White with #CB83A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB83A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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