Html Css Color HEX #C38593 Puce

📋 copy color: '#C38593'

red 195 ◦ green 133 ◦ blue 147

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

Shades of Puce #C38593

Tints of Puce #C38593

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28%

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

R = 41.05%
G = 28%
B = 30.95%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C38593 (or 0xC38593) is known color: Puce. HEX triplet: C3, 85 and 93. RGB value is (195,133,147). Sum of RGB (Red+Green+Blue) = 195+133+147=475 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.05% from 475); Green value is 133 (52.34% from 255 or 28% from 475); Blue value is 147 (57.81% from 255 or 30.95% from 475); Max value from RGB is 195 - color contains mainly: red. Hex color #C38593 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38593 is #3C7A6C. Grayscale: #999999. Windows color (decimal): -3963501 or 9668035. OLE color: 9668035.

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

Color convert

RGB 195 133 147 -
CMYK 0 0.32 0.25 0.24
HSL 346.45º 0.34% 0.64% -
HSV(B) 346.45º 0.32% 0.76% -
XYZ 36.16 30.48 31.58 -
YUV 153.13 124.54 157.86 -
System Red Green Blue C M Y K H S L
Decimal 195 133 147 0 0.32 0.25 0.24 346.45 0.34 0.64
Hex C3 85 93 0 20 19 18 15A 22 40
Octal 303 205 223 0 40 31 30 532 42 100
Binary 11000011 10000101 10010011 0 100000 11001 11000 101011010 100010 1000000

Color Harmonies of #C38593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38593

Black with #C38593

Text Example


Text Example

White with #C38593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38593; }

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

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

background-color css

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

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

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

border-color css

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

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

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