Html Css Color HEX #C1838A Puce

📋 copy color: '#C1838A'

red 193 ◦ green 131 ◦ blue 138

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

Shades of Puce #C1838A

Tints of Puce #C1838A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.87%

R = 41.77%
G = 28.35%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.24

RGB Variations

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

Color information

#C1838A (or 0xC1838A) is known color: Puce. HEX triplet: C1, 83 and 8A. RGB value is (193,131,138). Sum of RGB (Red+Green+Blue) = 193+131+138=462 (61% of max value = 765). Red value is 193 (75.78% from 255 or 41.77% from 462); Green value is 131 (51.56% from 255 or 28.35% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 193 - color contains mainly: red. Hex color #C1838A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C1838A is #3E7C75. Grayscale: #969696. Windows color (decimal): -4095094 or 9077697. OLE color: 9077697.

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

Color convert

RGB 193 131 138 -
CMYK 0 0.32 0.28 0.24
HSL 353.23º 0.33% 0.64% -
HSV(B) 353.23º 0.32% 0.76% -
XYZ 34.7 29.41 27.89 -
YUV 150.34 121.04 158.43 -
System Red Green Blue C M Y K H S L
Decimal 193 131 138 0 0.32 0.28 0.24 353.23 0.33 0.64
Hex C1 83 8A 0 20 1C 18 161 21 40
Octal 301 203 212 0 40 34 30 541 41 100
Binary 11000001 10000011 10001010 0 100000 11100 11000 101100001 100001 1000000

Color Harmonies of #C1838A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1838A

Black with #C1838A

Text Example


Text Example

White with #C1838A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1838A; }

 p { color: rgb(193,131,138); }

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

background-color css

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

 a { background-color: rgb(193,131,138); }

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

border-color css

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

 span { border-color: rgb(193,131,138); }

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