Html Css Color HEX #C38290 Puce

📋 copy color: '#C38290'

red 195 ◦ green 130 ◦ blue 144

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

Shades of Puce #C38290

Tints of Puce #C38290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.7%

R = 41.58%
G = 27.72%
B = 30.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C38290 (or 0xC38290) is known color: Puce. HEX triplet: C3, 82 and 90. RGB value is (195,130,144). Sum of RGB (Red+Green+Blue) = 195+130+144=469 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.58% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 144 (56.64% from 255 or 30.70% from 469); Max value from RGB is 195 - color contains mainly: red. Hex color #C38290 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38290 is #3C7D6F. Grayscale: #979797. Windows color (decimal): -3964272 or 9470659. OLE color: 9470659.

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

Color convert

RGB 195 130 144 -
CMYK 0 0.33 0.26 0.24
HSL 347.08º 0.35% 0.64% -
HSV(B) 347.08º 0.33% 0.76% -
XYZ 35.52 29.58 30.22 -
YUV 151.03 124.03 159.36 -
System Red Green Blue C M Y K H S L
Decimal 195 130 144 0 0.33 0.26 0.24 347.08 0.35 0.64
Hex C3 82 90 0 21 1A 18 15B 23 40
Octal 303 202 220 0 41 32 30 533 43 100
Binary 11000011 10000010 10010000 0 100001 11010 11000 101011011 100011 1000000

Color Harmonies of #C38290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38290

Black with #C38290

Text Example


Text Example

White with #C38290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38290; }

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

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

background-color css

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

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

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

border-color css

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

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

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