Html Css Color HEX #C38897 Puce

📋 copy color: '#C38897'

red 195 ◦ green 136 ◦ blue 151

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

Shades of Puce #C38897

Tints of Puce #C38897

RGB

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

 GREEN value IS 136 (53.52% from 255) = 28.22%

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

R = 40.46%
G = 28.22%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C38897 (or 0xC38897) is known color: Puce. HEX triplet: C3, 88 and 97. RGB value is (195,136,151). Sum of RGB (Red+Green+Blue) = 195+136+151=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 151 (59.38% from 255 or 31.33% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C38897 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38897 is #3C7768. Grayscale: #9B9B9B. Windows color (decimal): -3962729 or 9930947. OLE color: 9930947.

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

Color convert

RGB 195 136 151 -
CMYK 0 0.30 0.23 0.24
HSL 344.75º 0.33% 0.65% -
HSV(B) 344.75º 0.3% 0.76% -
XYZ 36.9 31.44 33.4 -
YUV 155.35 125.55 156.28 -
System Red Green Blue C M Y K H S L
Decimal 195 136 151 0 0.30 0.23 0.24 344.75 0.33 0.65
Hex C3 88 97 0 1E 17 18 159 21 41
Octal 303 210 227 0 36 27 30 531 41 101
Binary 11000011 10001000 10010111 0 11110 10111 11000 101011001 100001 1000001

Color Harmonies of #C38897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38897

Black with #C38897

Text Example


Text Example

White with #C38897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38897; }

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

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

background-color css

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

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

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

border-color css

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

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

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