Html Css Color HEX #C5838B Puce

📋 copy color: '#C5838B'

red 197 ◦ green 131 ◦ blue 139

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

Shades of Puce #C5838B

Tints of Puce #C5838B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.76%

R = 42.18%
G = 28.05%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.23

RGB Variations

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

Color information

#C5838B (or 0xC5838B) is known color: Puce. HEX triplet: C5, 83 and 8B. RGB value is (197,131,139). Sum of RGB (Red+Green+Blue) = 197+131+139=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 131 (51.56% from 255 or 28.05% from 467); Blue value is 139 (54.69% from 255 or 29.76% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C5838B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C5838B is #3A7C74. Grayscale: #979797. Windows color (decimal): -3832949 or 9143237. OLE color: 9143237.

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

Color convert

RGB 197 131 139 -
CMYK 0 0.34 0.29 0.23
HSL 352.73º 0.36% 0.64% -
HSV(B) 352.73º 0.34% 0.77% -
XYZ 35.8 29.97 28.32 -
YUV 151.65 120.87 160.35 -
System Red Green Blue C M Y K H S L
Decimal 197 131 139 0 0.34 0.29 0.23 352.73 0.36 0.64
Hex C5 83 8B 0 22 1D 17 161 24 40
Octal 305 203 213 0 42 35 27 541 44 100
Binary 11000101 10000011 10001011 0 100010 11101 10111 101100001 100100 1000000

Color Harmonies of #C5838B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5838B

Black with #C5838B

Text Example


Text Example

White with #C5838B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5838B; }

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

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

background-color css

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

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

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

border-color css

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

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

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