Html Css Color HEX #C883A1 Puce

📋 copy color: '#C883A1'

red 200 ◦ green 131 ◦ blue 161

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

Shades of Puce #C883A1

Tints of Puce #C883A1

RGB

 RED value IS 200 (78.52% from 255) = 40.65%

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

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

R = 40.65%
G = 26.63%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.19

 K value IS 0.22

RGB Variations

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

Color information

#C883A1 (or 0xC883A1) is known color: Puce. HEX triplet: C8, 83 and A1. RGB value is (200,131,161). Sum of RGB (Red+Green+Blue) = 200+131+161=492 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.65% from 492); Green value is 131 (51.56% from 255 or 26.63% from 492); Blue value is 161 (63.28% from 255 or 32.72% from 492); Max value from RGB is 200 - color contains mainly: red. Hex color #C883A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C883A1 is #377C5E. Grayscale: #9B9B9B. Windows color (decimal): -3636319 or 10585032. OLE color: 10585032.

HSL color Cylindrical-coordinate representation of color #C883A1: hue angle of 333.91º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C883A1 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 131 161 -
CMYK 0 0.34 0.19 0.22
HSL 333.91º 0.39% 0.65% -
HSV(B) 333.91º 0.35% 0.78% -
XYZ 38.37 31.09 37.7 -
YUV 155.05 131.36 160.06 -
System Red Green Blue C M Y K H S L
Decimal 200 131 161 0 0.34 0.19 0.22 333.91 0.39 0.65
Hex C8 83 A1 0 22 13 16 14E 27 41
Octal 310 203 241 0 42 23 26 516 47 101
Binary 11001000 10000011 10100001 0 100010 10011 10110 101001110 100111 1000001

Color Harmonies of #C883A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C883A1

Black with #C883A1

Text Example


Text Example

White with #C883A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C883A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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