Html Css Color HEX #C38793 Puce

📋 copy color: '#C38793'

red 195 ◦ green 135 ◦ blue 147

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

Shades of Puce #C38793

Tints of Puce #C38793

RGB

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

 GREEN value IS 135 (53.13% from 255) = 28.3%

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

R = 40.88%
G = 28.3%
B = 30.82%

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

#C38793 (or 0xC38793) is known color: Puce. HEX triplet: C3, 87 and 93. RGB value is (195,135,147). Sum of RGB (Red+Green+Blue) = 195+135+147=477 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.88% from 477); Green value is 135 (53.12% from 255 or 28.30% from 477); Blue value is 147 (57.81% from 255 or 30.82% from 477); Max value from RGB is 195 - color contains mainly: red. Hex color #C38793 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38793 is #3C786C. Grayscale: #9A9A9A. Windows color (decimal): -3962989 or 9668547. OLE color: 9668547.

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

Color convert

RGB 195 135 147 -
CMYK 0 0.31 0.25 0.24
HSL 348º 0.33% 0.65% -
HSV(B) 348º 0.31% 0.76% -
XYZ 36.44 31.04 31.67 -
YUV 154.31 123.88 157.02 -
System Red Green Blue C M Y K H S L
Decimal 195 135 147 0 0.31 0.25 0.24 348 0.33 0.65
Hex C3 87 93 0 1F 19 18 15C 21 41
Octal 303 207 223 0 37 31 30 534 41 101
Binary 11000011 10000111 10010011 0 11111 11001 11000 101011100 100001 1000001

Color Harmonies of #C38793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38793

Black with #C38793

Text Example


Text Example

White with #C38793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38793; }

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

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

background-color css

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

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

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

border-color css

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

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

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