Html Css Color HEX #C3838E Puce

📋 copy color: '#C3838E'

red 195 ◦ green 131 ◦ blue 142

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

Shades of Puce #C3838E

Tints of Puce #C3838E

RGB

 RED value IS 195 (76.56% from 255) = 41.67%

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

 BLUE value IS 142 (55.86% from 255) = 30.34%

R = 41.67%
G = 27.99%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C3838E (or 0xC3838E) is known color: Puce. HEX triplet: C3, 83 and 8E. RGB value is (195,131,142). Sum of RGB (Red+Green+Blue) = 195+131+142=468 (61% of max value = 765). Red value is 195 (76.56% from 255 or 41.67% from 468); Green value is 131 (51.56% from 255 or 27.99% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 195 - color contains mainly: red. Hex color #C3838E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3838E is #3C7C71. Grayscale: #979797. Windows color (decimal): -3964018 or 9339843. OLE color: 9339843.

HSL color Cylindrical-coordinate representation of color #C3838E: hue angle of 349.69º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C3838E is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 131 142 -
CMYK 0 0.33 0.27 0.24
HSL 349.69º 0.35% 0.64% -
HSV(B) 349.69º 0.33% 0.76% -
XYZ 35.5 29.79 29.47 -
YUV 151.39 122.7 159.11 -
System Red Green Blue C M Y K H S L
Decimal 195 131 142 0 0.33 0.27 0.24 349.69 0.35 0.64
Hex C3 83 8E 0 21 1B 18 15E 23 40
Octal 303 203 216 0 41 33 30 536 43 100
Binary 11000011 10000011 10001110 0 100001 11011 11000 101011110 100011 1000000

Color Harmonies of #C3838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3838E

Black with #C3838E

Text Example


Text Example

White with #C3838E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3838E; }

 p { color: rgb(195,131,142); }

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

background-color css

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

 a { background-color: rgb(195,131,142); }

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

border-color css

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

 span { border-color: rgb(195,131,142); }

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