Html Css Color HEX #C18794 Puce

📋 copy color: '#C18794'

red 193 ◦ green 135 ◦ blue 148

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

Shades of Puce #C18794

Tints of Puce #C18794

RGB

 RED value IS 193 (75.78% from 255) = 40.55%

 GREEN value IS 135 (53.13% from 255) = 28.36%

 BLUE value IS 148 (58.2% from 255) = 31.09%

R = 40.55%
G = 28.36%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#C18794 (or 0xC18794) is known color: Puce. HEX triplet: C1, 87 and 94. RGB value is (193,135,148). Sum of RGB (Red+Green+Blue) = 193+135+148=476 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.55% from 476); Green value is 135 (53.12% from 255 or 28.36% from 476); Blue value is 148 (58.20% from 255 or 31.09% from 476); Max value from RGB is 193 - color contains mainly: red. Hex color #C18794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18794 is #3E786B. Grayscale: #999999. Windows color (decimal): -4094060 or 9734081. OLE color: 9734081.

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

Color convert

RGB 193 135 148 -
CMYK 0 0.30 0.23 0.24
HSL 346.55º 0.32% 0.64% -
HSV(B) 346.55º 0.3% 0.76% -
XYZ 36 30.8 32.07 -
YUV 153.82 124.72 155.94 -
System Red Green Blue C M Y K H S L
Decimal 193 135 148 0 0.30 0.23 0.24 346.55 0.32 0.64
Hex C1 87 94 0 1E 17 18 15B 20 40
Octal 301 207 224 0 36 27 30 533 40 100
Binary 11000001 10000111 10010100 0 11110 10111 11000 101011011 100000 1000000

Color Harmonies of #C18794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18794

Black with #C18794

Text Example


Text Example

White with #C18794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18794; }

 p { color: rgb(193,135,148); }

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

background-color css

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

 a { background-color: rgb(193,135,148); }

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

border-color css

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

 span { border-color: rgb(193,135,148); }

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