Html Css Color HEX #C28395 Puce

📋 copy color: '#C28395'

red 194 ◦ green 131 ◦ blue 149

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

Shades of Puce #C28395

Tints of Puce #C28395

RGB

 RED value IS 194 (76.17% from 255) = 40.93%

 GREEN value IS 131 (51.56% from 255) = 27.64%

 BLUE value IS 149 (58.59% from 255) = 31.43%

R = 40.93%
G = 27.64%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C28395 (or 0xC28395) is known color: Puce. HEX triplet: C2, 83 and 95. RGB value is (194,131,149). Sum of RGB (Red+Green+Blue) = 194+131+149=474 (62% of max value = 765). Red value is 194 (76.17% from 255 or 40.93% from 474); Green value is 131 (51.56% from 255 or 27.64% from 474); Blue value is 149 (58.59% from 255 or 31.43% from 474); Max value from RGB is 194 - color contains mainly: red. Hex color #C28395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28395 is #3D7C6A. Grayscale: #979797. Windows color (decimal): -4029547 or 9798594. OLE color: 9798594.

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

Color convert

RGB 194 131 149 -
CMYK 0 0.32 0.23 0.24
HSL 342.86º 0.34% 0.64% -
HSV(B) 342.86º 0.32% 0.76% -
XYZ 35.79 29.87 32.31 -
YUV 151.89 126.37 158.04 -
System Red Green Blue C M Y K H S L
Decimal 194 131 149 0 0.32 0.23 0.24 342.86 0.34 0.64
Hex C2 83 95 0 20 17 18 157 22 40
Octal 302 203 225 0 40 27 30 527 42 100
Binary 11000010 10000011 10010101 0 100000 10111 11000 101010111 100010 1000000

Color Harmonies of #C28395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28395

Black with #C28395

Text Example


Text Example

White with #C28395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28395; }

 p { color: rgb(194,131,149); }

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

background-color css

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

 a { background-color: rgb(194,131,149); }

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

border-color css

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

 span { border-color: rgb(194,131,149); }

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