Html Css Color HEX #C5838A Puce

📋 copy color: '#C5838A'

red 197 ◦ green 131 ◦ blue 138

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

Shades of Puce #C5838A

Tints of Puce #C5838A

RGB

 RED value IS 197 (77.34% from 255) = 42.27%

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

 BLUE value IS 138 (54.3% from 255) = 29.61%

R = 42.27%
G = 28.11%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.23

RGB Variations

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

Color information

#C5838A (or 0xC5838A) is known color: Puce. HEX triplet: C5, 83 and 8A. RGB value is (197,131,138). Sum of RGB (Red+Green+Blue) = 197+131+138=466 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.27% from 466); Green value is 131 (51.56% from 255 or 28.11% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 197 - color contains mainly: red. Hex color #C5838A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5838A is #3A7C75. Grayscale: #979797. Windows color (decimal): -3832950 or 9077701. OLE color: 9077701.

HSL color Cylindrical-coordinate representation of color #C5838A: hue angle of 353.64º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C5838A is Cyan = 0, Magento = 0.34, Yellow = 0.30 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 131 138 -
CMYK 0 0.34 0.30 0.23
HSL 353.64º 0.36% 0.64% -
HSV(B) 353.64º 0.34% 0.77% -
XYZ 35.73 29.94 27.94 -
YUV 151.53 120.37 160.43 -
System Red Green Blue C M Y K H S L
Decimal 197 131 138 0 0.34 0.30 0.23 353.64 0.36 0.64
Hex C5 83 8A 0 22 1E 17 162 24 40
Octal 305 203 212 0 42 36 27 542 44 100
Binary 11000101 10000011 10001010 0 100010 11110 10111 101100010 100100 1000000

Color Harmonies of #C5838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5838A

Black with #C5838A

Text Example


Text Example

White with #C5838A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5838A; }

 p { color: rgb(197,131,138); }

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

background-color css

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

 a { background-color: rgb(197,131,138); }

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

border-color css

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

 span { border-color: rgb(197,131,138); }

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