Html Css Color HEX #C0838D Puce

📋 copy color: '#C0838D'

red 192 ◦ green 131 ◦ blue 141

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

Shades of Puce #C0838D

Tints of Puce #C0838D

RGB

 RED value IS 192 (75.39% from 255) = 41.38%

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

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

R = 41.38%
G = 28.23%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.25

RGB Variations

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

Color information

#C0838D (or 0xC0838D) is known color: Puce. HEX triplet: C0, 83 and 8D. RGB value is (192,131,141). Sum of RGB (Red+Green+Blue) = 192+131+141=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 131 (51.56% from 255 or 28.23% from 464); Blue value is 141 (55.47% from 255 or 30.39% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C0838D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0838D is #3F7C72. Grayscale: #969696. Windows color (decimal): -4160627 or 9274304. OLE color: 9274304.

HSL color Cylindrical-coordinate representation of color #C0838D: hue angle of 350.16º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C0838D is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 131 141 -
CMYK 0 0.32 0.27 0.25
HSL 350.16º 0.33% 0.63% -
HSV(B) 350.16º 0.32% 0.75% -
XYZ 34.66 29.36 29.04 -
YUV 150.38 122.71 157.69 -
System Red Green Blue C M Y K H S L
Decimal 192 131 141 0 0.32 0.27 0.25 350.16 0.33 0.63
Hex C0 83 8D 0 20 1B 19 15E 21 3F
Octal 300 203 215 0 40 33 31 536 41 77
Binary 11000000 10000011 10001101 0 100000 11011 11001 101011110 100001 111111

Color Harmonies of #C0838D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0838D

Black with #C0838D

Text Example


Text Example

White with #C0838D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0838D; }

 p { color: rgb(192,131,141); }

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

background-color css

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

 a { background-color: rgb(192,131,141); }

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

border-color css

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

 span { border-color: rgb(192,131,141); }

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