Html Css Color HEX #C28595 Puce

📋 copy color: '#C28595'

red 194 ◦ green 133 ◦ blue 149

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

Shades of Puce #C28595

Tints of Puce #C28595

RGB

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

 GREEN value IS 133 (52.34% from 255) = 27.94%

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

R = 40.76%
G = 27.94%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C28595 (or 0xC28595) is known color: Puce. HEX triplet: C2, 85 and 95. RGB value is (194,133,149). Sum of RGB (Red+Green+Blue) = 194+133+149=476 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.76% from 476); Green value is 133 (52.34% from 255 or 27.94% from 476); Blue value is 149 (58.59% from 255 or 31.30% from 476); Max value from RGB is 194 - color contains mainly: red. Hex color #C28595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28595 is #3D7A6A. Grayscale: #999999. Windows color (decimal): -4029035 or 9799106. OLE color: 9799106.

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

Color convert

RGB 194 133 149 -
CMYK 0 0.31 0.23 0.24
HSL 344.26º 0.33% 0.64% -
HSV(B) 344.26º 0.31% 0.76% -
XYZ 36.06 30.41 32.4 -
YUV 153.06 125.71 157.2 -
System Red Green Blue C M Y K H S L
Decimal 194 133 149 0 0.31 0.23 0.24 344.26 0.33 0.64
Hex C2 85 95 0 1F 17 18 158 21 40
Octal 302 205 225 0 37 27 30 530 41 100
Binary 11000010 10000101 10010101 0 11111 10111 11000 101011000 100001 1000000

Color Harmonies of #C28595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28595

Black with #C28595

Text Example


Text Example

White with #C28595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28595; }

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

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

background-color css

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

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

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

border-color css

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

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

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