Html Css Color HEX #C0838E Puce

📋 copy color: '#C0838E'

red 192 ◦ green 131 ◦ blue 142

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

Shades of Puce #C0838E

Tints of Puce #C0838E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.54%

R = 41.29%
G = 28.17%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C0838E (or 0xC0838E) is known color: Puce. HEX triplet: C0, 83 and 8E. RGB value is (192,131,142). Sum of RGB (Red+Green+Blue) = 192+131+142=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 131 (51.56% from 255 or 28.17% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C0838E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0838E is #3F7C71. Grayscale: #969696. Windows color (decimal): -4160626 or 9339840. OLE color: 9339840.

HSL color Cylindrical-coordinate representation of color #C0838E: hue angle of 349.18º 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 #C0838E is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 131 142 -
CMYK 0 0.32 0.26 0.25
HSL 349.18º 0.33% 0.63% -
HSV(B) 349.18º 0.32% 0.75% -
XYZ 34.74 29.39 29.43 -
YUV 150.49 123.21 157.61 -
System Red Green Blue C M Y K H S L
Decimal 192 131 142 0 0.32 0.26 0.25 349.18 0.33 0.63
Hex C0 83 8E 0 20 1A 19 15D 21 3F
Octal 300 203 216 0 40 32 31 535 41 77
Binary 11000000 10000011 10001110 0 100000 11010 11001 101011101 100001 111111

Color Harmonies of #C0838E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0838E

Black with #C0838E

Text Example


Text Example

White with #C0838E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0838E; }

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

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

background-color css

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

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

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

border-color css

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

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

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