Html Css Color HEX #C38797 Puce

📋 copy color: '#C38797'

red 195 ◦ green 135 ◦ blue 151

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

Shades of Puce #C38797

Tints of Puce #C38797

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.39%

R = 40.54%
G = 28.07%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C38797 (or 0xC38797) is known color: Puce. HEX triplet: C3, 87 and 97. RGB value is (195,135,151). Sum of RGB (Red+Green+Blue) = 195+135+151=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 135 (53.12% from 255 or 28.07% from 481); Blue value is 151 (59.38% from 255 or 31.39% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C38797 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38797 is #3C7868. Grayscale: #9A9A9A. Windows color (decimal): -3962985 or 9930691. OLE color: 9930691.

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

Color convert

RGB 195 135 151 -
CMYK 0 0.31 0.23 0.24
HSL 344º 0.33% 0.65% -
HSV(B) 344º 0.31% 0.76% -
XYZ 36.76 31.16 33.36 -
YUV 154.76 125.88 156.7 -
System Red Green Blue C M Y K H S L
Decimal 195 135 151 0 0.31 0.23 0.24 344 0.33 0.65
Hex C3 87 97 0 1F 17 18 158 21 41
Octal 303 207 227 0 37 27 30 530 41 101
Binary 11000011 10000111 10010111 0 11111 10111 11000 101011000 100001 1000001

Color Harmonies of #C38797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38797

Black with #C38797

Text Example


Text Example

White with #C38797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38797; }

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

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

background-color css

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

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

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

border-color css

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

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

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