Html Css Color HEX #C38D90 Puce

📋 copy color: '#C38D90'

red 195 ◦ green 141 ◦ blue 144

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

Shades of Puce #C38D90

Tints of Puce #C38D90

RGB

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

 GREEN value IS 141 (55.47% from 255) = 29.38%

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

R = 40.63%
G = 29.38%
B = 30%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.24

RGB Variations

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

Color information

#C38D90 (or 0xC38D90) is known color: Puce. HEX triplet: C3, 8D and 90. RGB value is (195,141,144). Sum of RGB (Red+Green+Blue) = 195+141+144=480 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.62% from 480); Green value is 141 (55.47% from 255 or 29.38% from 480); Blue value is 144 (56.64% from 255 or 30% from 480); Max value from RGB is 195 - color contains mainly: red. Hex color #C38D90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38D90 is #3C726F. Grayscale: #9D9D9D. Windows color (decimal): -3961456 or 9473475. OLE color: 9473475.

HSL color Cylindrical-coordinate representation of color #C38D90: hue angle of 356.67º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C38D90 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 141 144 -
CMYK 0 0.28 0.26 0.24
HSL 356.67º 0.31% 0.66% -
HSV(B) 356.67º 0.28% 0.76% -
XYZ 37.06 32.67 30.74 -
YUV 157.49 120.39 154.76 -
System Red Green Blue C M Y K H S L
Decimal 195 141 144 0 0.28 0.26 0.24 356.67 0.31 0.66
Hex C3 8D 90 0 1C 1A 18 165 1F 42
Octal 303 215 220 0 34 32 30 545 37 102
Binary 11000011 10001101 10010000 0 11100 11010 11000 101100101 11111 1000010

Color Harmonies of #C38D90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38D90

Black with #C38D90

Text Example


Text Example

White with #C38D90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38D90; }

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

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

background-color css

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

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

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

border-color css

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

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

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