Html Css Color HEX #C38794 Puce

📋 copy color: '#C38794'

red 195 ◦ green 135 ◦ blue 148

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

Shades of Puce #C38794

Tints of Puce #C38794

RGB

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

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

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

R = 40.79%
G = 28.24%
B = 30.96%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.24

 K value IS 0.24

RGB Variations

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

Color information

#C38794 (or 0xC38794) is known color: Puce. HEX triplet: C3, 87 and 94. RGB value is (195,135,148). Sum of RGB (Red+Green+Blue) = 195+135+148=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 135 (53.12% from 255 or 28.24% from 478); Blue value is 148 (58.20% from 255 or 30.96% from 478); Max value from RGB is 195 - color contains mainly: red. Hex color #C38794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38794 is #3C786B. Grayscale: #9A9A9A. Windows color (decimal): -3962988 or 9734083. OLE color: 9734083.

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

Color convert

RGB 195 135 148 -
CMYK 0 0.31 0.24 0.24
HSL 347º 0.33% 0.65% -
HSV(B) 347º 0.31% 0.76% -
XYZ 36.51 31.07 32.09 -
YUV 154.42 124.38 156.94 -
System Red Green Blue C M Y K H S L
Decimal 195 135 148 0 0.31 0.24 0.24 347 0.33 0.65
Hex C3 87 94 0 1F 18 18 15B 21 41
Octal 303 207 224 0 37 30 30 533 41 101
Binary 11000011 10000111 10010100 0 11111 11000 11000 101011011 100001 1000001

Color Harmonies of #C38794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38794

Black with #C38794

Text Example


Text Example

White with #C38794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38794; }

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

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

background-color css

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

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

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

border-color css

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

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

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