Html Css Color HEX #C38299 Puce

📋 copy color: '#C38299'

red 195 ◦ green 130 ◦ blue 153

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

Shades of Puce #C38299

Tints of Puce #C38299

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.2%

 BLUE value IS 153 (60.16% from 255) = 32.01%

R = 40.79%
G = 27.2%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.24

RGB Variations

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

Color information

#C38299 (or 0xC38299) is known color: Puce. HEX triplet: C3, 82 and 99. RGB value is (195,130,153). Sum of RGB (Red+Green+Blue) = 195+130+153=478 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.79% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 153 (60.16% from 255 or 32.01% from 478); Max value from RGB is 195 - color contains mainly: red. Hex color #C38299 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38299 is #3C7D66. Grayscale: #989898. Windows color (decimal): -3964263 or 10060483. OLE color: 10060483.

HSL color Cylindrical-coordinate representation of color #C38299: hue angle of 338.77º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C38299 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 130 153 -
CMYK 0 0.33 0.22 0.24
HSL 338.77º 0.35% 0.64% -
HSV(B) 338.77º 0.33% 0.76% -
XYZ 36.24 29.87 33.99 -
YUV 152.06 128.53 158.63 -
System Red Green Blue C M Y K H S L
Decimal 195 130 153 0 0.33 0.22 0.24 338.77 0.35 0.64
Hex C3 82 99 0 21 16 18 153 23 40
Octal 303 202 231 0 41 26 30 523 43 100
Binary 11000011 10000010 10011001 0 100001 10110 11000 101010011 100011 1000000

Color Harmonies of #C38299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38299

Black with #C38299

Text Example


Text Example

White with #C38299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38299; }

 p { color: rgb(195,130,153); }

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

background-color css

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

 a { background-color: rgb(195,130,153); }

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

border-color css

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

 span { border-color: rgb(195,130,153); }

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