Html Css Color HEX #C38993 Puce

📋 copy color: '#C38993'

red 195 ◦ green 137 ◦ blue 147

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

Shades of Puce #C38993

Tints of Puce #C38993

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.6%

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

R = 40.71%
G = 28.6%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C38993 (or 0xC38993) is known color: Puce. HEX triplet: C3, 89 and 93. RGB value is (195,137,147). Sum of RGB (Red+Green+Blue) = 195+137+147=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 137 (53.91% from 255 or 28.60% from 479); Blue value is 147 (57.81% from 255 or 30.69% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C38993 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38993 is #3C766C. Grayscale: #9B9B9B. Windows color (decimal): -3962477 or 9669059. OLE color: 9669059.

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

Color convert

RGB 195 137 147 -
CMYK 0 0.30 0.25 0.24
HSL 349.66º 0.33% 0.65% -
HSV(B) 349.66º 0.3% 0.76% -
XYZ 36.72 31.6 31.77 -
YUV 155.48 123.22 156.19 -
System Red Green Blue C M Y K H S L
Decimal 195 137 147 0 0.30 0.25 0.24 349.66 0.33 0.65
Hex C3 89 93 0 1E 19 18 15E 21 41
Octal 303 211 223 0 36 31 30 536 41 101
Binary 11000011 10001001 10010011 0 11110 11001 11000 101011110 100001 1000001

Color Harmonies of #C38993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38993

Black with #C38993

Text Example


Text Example

White with #C38993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38993; }

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

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

background-color css

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

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

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

border-color css

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

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

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