Html Css Color HEX #C38498 Puce

📋 copy color: '#C38498'

red 195 ◦ green 132 ◦ blue 152

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

Shades of Puce #C38498

Tints of Puce #C38498

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.56%

 BLUE value IS 152 (59.77% from 255) = 31.73%

R = 40.71%
G = 27.56%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C38498 (or 0xC38498) is known color: Puce. HEX triplet: C3, 84 and 98. RGB value is (195,132,152). Sum of RGB (Red+Green+Blue) = 195+132+152=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 132 (51.95% from 255 or 27.56% from 479); Blue value is 152 (59.77% from 255 or 31.73% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C38498 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38498 is #3C7B67. Grayscale: #999999. Windows color (decimal): -3963752 or 9995459. OLE color: 9995459.

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

Color convert

RGB 195 132 152 -
CMYK 0 0.32 0.22 0.24
HSL 340.95º 0.34% 0.64% -
HSV(B) 340.95º 0.32% 0.76% -
XYZ 36.42 30.37 33.65 -
YUV 153.12 127.37 157.87 -
System Red Green Blue C M Y K H S L
Decimal 195 132 152 0 0.32 0.22 0.24 340.95 0.34 0.64
Hex C3 84 98 0 20 16 18 155 22 40
Octal 303 204 230 0 40 26 30 525 42 100
Binary 11000011 10000100 10011000 0 100000 10110 11000 101010101 100010 1000000

Color Harmonies of #C38498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38498

Black with #C38498

Text Example


Text Example

White with #C38498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38498; }

 p { color: rgb(195,132,152); }

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

background-color css

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

 a { background-color: rgb(195,132,152); }

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

border-color css

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

 span { border-color: rgb(195,132,152); }

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