Html Css Color HEX #C38693 Puce

📋 copy color: '#C38693'

red 195 ◦ green 134 ◦ blue 147

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

Shades of Puce #C38693

Tints of Puce #C38693

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.15%

 BLUE value IS 147 (57.81% from 255) = 30.88%

R = 40.97%
G = 28.15%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C38693 (or 0xC38693) is known color: Puce. HEX triplet: C3, 86 and 93. RGB value is (195,134,147). Sum of RGB (Red+Green+Blue) = 195+134+147=476 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.97% from 476); Green value is 134 (52.73% from 255 or 28.15% from 476); Blue value is 147 (57.81% from 255 or 30.88% from 476); Max value from RGB is 195 - color contains mainly: red. Hex color #C38693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38693 is #3C796C. Grayscale: #999999. Windows color (decimal): -3963245 or 9668291. OLE color: 9668291.

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

Color convert

RGB 195 134 147 -
CMYK 0 0.31 0.25 0.24
HSL 347.21º 0.34% 0.65% -
HSV(B) 347.21º 0.31% 0.76% -
XYZ 36.3 30.76 31.63 -
YUV 153.72 124.21 157.44 -
System Red Green Blue C M Y K H S L
Decimal 195 134 147 0 0.31 0.25 0.24 347.21 0.34 0.65
Hex C3 86 93 0 1F 19 18 15B 22 41
Octal 303 206 223 0 37 31 30 533 42 101
Binary 11000011 10000110 10010011 0 11111 11001 11000 101011011 100010 1000001

Color Harmonies of #C38693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38693

Black with #C38693

Text Example


Text Example

White with #C38693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38693; }

 p { color: rgb(195,134,147); }

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

background-color css

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

 a { background-color: rgb(195,134,147); }

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

border-color css

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

 span { border-color: rgb(195,134,147); }

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