Html Css Color HEX #C38A8C Puce

📋 copy color: '#C38A8C'

red 195 ◦ green 138 ◦ blue 140

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

Shades of Puce #C38A8C

Tints of Puce #C38A8C

RGB

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

 GREEN value IS 138 (54.3% from 255) = 29.18%

 BLUE value IS 140 (55.08% from 255) = 29.6%

R = 41.23%
G = 29.18%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C38A8C (or 0xC38A8C) is known color: Puce. HEX triplet: C3, 8A and 8C. RGB value is (195,138,140). Sum of RGB (Red+Green+Blue) = 195+138+140=473 (62% of max value = 765). Red value is 195 (76.56% from 255 or 41.23% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 195 - color contains mainly: red. Hex color #C38A8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38A8C is #3C7573. Grayscale: #9B9B9B. Windows color (decimal): -3962228 or 9210563. OLE color: 9210563.

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

Color convert

RGB 195 138 140 -
CMYK 0 0.29 0.28 0.24
HSL 357.89º 0.32% 0.65% -
HSV(B) 357.89º 0.29% 0.76% -
XYZ 36.33 31.67 29.01 -
YUV 155.27 119.38 156.34 -
System Red Green Blue C M Y K H S L
Decimal 195 138 140 0 0.29 0.28 0.24 357.89 0.32 0.65
Hex C3 8A 8C 0 1D 1C 18 166 20 41
Octal 303 212 214 0 35 34 30 546 40 101
Binary 11000011 10001010 10001100 0 11101 11100 11000 101100110 100000 1000001

Color Harmonies of #C38A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38A8C

Black with #C38A8C

Text Example


Text Example

White with #C38A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38A8C; }

 p { color: rgb(195,138,140); }

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

background-color css

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

 a { background-color: rgb(195,138,140); }

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

border-color css

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

 span { border-color: rgb(195,138,140); }

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