Html Css Color HEX #C883A3 Puce

📋 copy color: '#C883A3'

red 200 ◦ green 131 ◦ blue 163

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

Shades of Puce #C883A3

Tints of Puce #C883A3

RGB

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

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

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

R = 40.49%
G = 26.52%
B = 33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C883A3 (or 0xC883A3) is known color: Puce. HEX triplet: C8, 83 and A3. RGB value is (200,131,163). Sum of RGB (Red+Green+Blue) = 200+131+163=494 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.49% from 494); Green value is 131 (51.56% from 255 or 26.52% from 494); Blue value is 163 (64.06% from 255 or 33.00% from 494); Max value from RGB is 200 - color contains mainly: red. Hex color #C883A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C883A3 is #377C5C. Grayscale: #9B9B9B. Windows color (decimal): -3636317 or 10716104. OLE color: 10716104.

HSL color Cylindrical-coordinate representation of color #C883A3: hue angle of 332.17º 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 #C883A3 is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 131 163 -
CMYK 0 0.34 0.18 0.22
HSL 332.17º 0.39% 0.65% -
HSV(B) 332.17º 0.35% 0.78% -
XYZ 38.55 31.16 38.63 -
YUV 155.28 132.36 159.9 -
System Red Green Blue C M Y K H S L
Decimal 200 131 163 0 0.34 0.18 0.22 332.17 0.39 0.65
Hex C8 83 A3 0 22 12 16 14C 27 41
Octal 310 203 243 0 42 22 26 514 47 101
Binary 11001000 10000011 10100011 0 100010 10010 10110 101001100 100111 1000001

Color Harmonies of #C883A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C883A3

Black with #C883A3

Text Example


Text Example

White with #C883A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C883A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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