Html Css Color HEX #C1868D Puce

📋 copy color: '#C1868D'

red 193 ◦ green 134 ◦ blue 141

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

Shades of Puce #C1868D

Tints of Puce #C1868D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.13%

R = 41.24%
G = 28.63%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#C1868D (or 0xC1868D) is known color: Puce. HEX triplet: C1, 86 and 8D. RGB value is (193,134,141). Sum of RGB (Red+Green+Blue) = 193+134+141=468 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.24% from 468); Green value is 134 (52.73% from 255 or 28.63% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 193 - color contains mainly: red. Hex color #C1868D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1868D is #3E7972. Grayscale: #989898. Windows color (decimal): -4094323 or 9275073. OLE color: 9275073.

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

Color convert

RGB 193 134 141 -
CMYK 0 0.31 0.27 0.24
HSL 352.88º 0.32% 0.64% -
HSV(B) 352.88º 0.31% 0.76% -
XYZ 35.33 30.31 29.19 -
YUV 152.44 121.55 156.93 -
System Red Green Blue C M Y K H S L
Decimal 193 134 141 0 0.31 0.27 0.24 352.88 0.32 0.64
Hex C1 86 8D 0 1F 1B 18 161 20 40
Octal 301 206 215 0 37 33 30 541 40 100
Binary 11000001 10000110 10001101 0 11111 11011 11000 101100001 100000 1000000

Color Harmonies of #C1868D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1868D

Black with #C1868D

Text Example


Text Example

White with #C1868D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1868D; }

 p { color: rgb(193,134,141); }

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

background-color css

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

 a { background-color: rgb(193,134,141); }

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

border-color css

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

 span { border-color: rgb(193,134,141); }

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