Html Css Color HEX #C983A5 Puce

📋 copy color: '#C983A5'

red 201 ◦ green 131 ◦ blue 165

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

Shades of Puce #C983A5

Tints of Puce #C983A5

RGB

 RED value IS 201 (78.91% from 255) = 40.44%

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

 BLUE value IS 165 (64.84% from 255) = 33.2%

R = 40.44%
G = 26.36%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.21

RGB Variations

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

Color information

#C983A5 (or 0xC983A5) is known color: Puce. HEX triplet: C9, 83 and A5. RGB value is (201,131,165). Sum of RGB (Red+Green+Blue) = 201+131+165=497 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.44% from 497); Green value is 131 (51.56% from 255 or 26.36% from 497); Blue value is 165 (64.84% from 255 or 33.20% from 497); Max value from RGB is 201 - color contains mainly: red. Hex color #C983A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C983A5 is #367C5A. Grayscale: #9B9B9B. Windows color (decimal): -3570779 or 10847177. OLE color: 10847177.

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

Color convert

RGB 201 131 165 -
CMYK 0 0.35 0.18 0.21
HSL 330.86º 0.39% 0.65% -
HSV(B) 330.86º 0.35% 0.79% -
XYZ 39 31.37 39.6 -
YUV 155.81 133.19 160.24 -
System Red Green Blue C M Y K H S L
Decimal 201 131 165 0 0.35 0.18 0.21 330.86 0.39 0.65
Hex C9 83 A5 0 23 12 15 14B 27 41
Octal 311 203 245 0 43 22 25 513 47 101
Binary 11001001 10000011 10100101 0 100011 10010 10101 101001011 100111 1000001

Color Harmonies of #C983A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C983A5

Black with #C983A5

Text Example


Text Example

White with #C983A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C983A5; }

 p { color: rgb(201,131,165); }

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

background-color css

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

 a { background-color: rgb(201,131,165); }

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

border-color css

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

 span { border-color: rgb(201,131,165); }

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