Html Css Color HEX #C3838A Puce

📋 copy color: '#C3838A'

red 195 ◦ green 131 ◦ blue 138

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

Shades of Puce #C3838A

Tints of Puce #C3838A

RGB

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

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

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

R = 42.03%
G = 28.23%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C3838A (or 0xC3838A) is known color: Puce. HEX triplet: C3, 83 and 8A. RGB value is (195,131,138). Sum of RGB (Red+Green+Blue) = 195+131+138=464 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.03% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 138 (54.30% from 255 or 29.74% from 464); Max value from RGB is 195 - color contains mainly: red. Hex color #C3838A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C3838A is #3C7C75. Grayscale: #969696. Windows color (decimal): -3964022 or 9077699. OLE color: 9077699.

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

Color convert

RGB 195 131 138 -
CMYK 0 0.33 0.29 0.24
HSL 353.44º 0.35% 0.64% -
HSV(B) 353.44º 0.33% 0.76% -
XYZ 35.21 29.67 27.92 -
YUV 150.93 120.7 159.43 -
System Red Green Blue C M Y K H S L
Decimal 195 131 138 0 0.33 0.29 0.24 353.44 0.35 0.64
Hex C3 83 8A 0 21 1D 18 161 23 40
Octal 303 203 212 0 41 35 30 541 43 100
Binary 11000011 10000011 10001010 0 100001 11101 11000 101100001 100011 1000000

Color Harmonies of #C3838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3838A

Black with #C3838A

Text Example


Text Example

White with #C3838A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3838A; }

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

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

background-color css

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

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

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

border-color css

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

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

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