Html Css Color HEX #C38194 Puce

📋 copy color: '#C38194'

red 195 ◦ green 129 ◦ blue 148

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

Shades of Puce #C38194

Tints of Puce #C38194

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.33%

 BLUE value IS 148 (58.2% from 255) = 31.36%

R = 41.31%
G = 27.33%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C38194 (or 0xC38194) is known color: Puce. HEX triplet: C3, 81 and 94. RGB value is (195,129,148). Sum of RGB (Red+Green+Blue) = 195+129+148=472 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.31% from 472); Green value is 129 (50.78% from 255 or 27.33% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 195 - color contains mainly: red. Hex color #C38194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38194 is #3C7E6B. Grayscale: #969696. Windows color (decimal): -3964524 or 9732547. OLE color: 9732547.

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

Color convert

RGB 195 129 148 -
CMYK 0 0.34 0.24 0.24
HSL 342.73º 0.35% 0.64% -
HSV(B) 342.73º 0.34% 0.76% -
XYZ 35.7 29.44 31.82 -
YUV 150.9 126.37 159.46 -
System Red Green Blue C M Y K H S L
Decimal 195 129 148 0 0.34 0.24 0.24 342.73 0.35 0.64
Hex C3 81 94 0 22 18 18 157 23 40
Octal 303 201 224 0 42 30 30 527 43 100
Binary 11000011 10000001 10010100 0 100010 11000 11000 101010111 100011 1000000

Color Harmonies of #C38194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38194

Black with #C38194

Text Example


Text Example

White with #C38194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38194; }

 p { color: rgb(195,129,148); }

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

background-color css

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

 a { background-color: rgb(195,129,148); }

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

border-color css

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

 span { border-color: rgb(195,129,148); }

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