Html Css Color HEX #C28695 Puce

📋 copy color: '#C28695'

red 194 ◦ green 134 ◦ blue 149

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

Shades of Puce #C28695

Tints of Puce #C28695

RGB

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

 GREEN value IS 134 (52.73% from 255) = 28.09%

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

R = 40.67%
G = 28.09%
B = 31.24%

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

#C28695 (or 0xC28695) is known color: Puce. HEX triplet: C2, 86 and 95. RGB value is (194,134,149). Sum of RGB (Red+Green+Blue) = 194+134+149=477 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.67% from 477); Green value is 134 (52.73% from 255 or 28.09% from 477); Blue value is 149 (58.59% from 255 or 31.24% from 477); Max value from RGB is 194 - color contains mainly: red. Hex color #C28695 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C28695 is #3D796A. Grayscale: #999999. Windows color (decimal): -4028779 or 9799362. OLE color: 9799362.

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

Color convert

RGB 194 134 149 -
CMYK 0 0.31 0.23 0.24
HSL 345º 0.33% 0.64% -
HSV(B) 345º 0.31% 0.76% -
XYZ 36.2 30.69 32.45 -
YUV 153.65 125.38 156.78 -
System Red Green Blue C M Y K H S L
Decimal 194 134 149 0 0.31 0.23 0.24 345 0.33 0.64
Hex C2 86 95 0 1F 17 18 159 21 40
Octal 302 206 225 0 37 27 30 531 41 100
Binary 11000010 10000110 10010101 0 11111 10111 11000 101011001 100001 1000000

Color Harmonies of #C28695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28695

Black with #C28695

Text Example


Text Example

White with #C28695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28695; }

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

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

background-color css

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

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

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

border-color css

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

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

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