Html Css Color HEX #C0848E Puce

📋 copy color: '#C0848E'

red 192 ◦ green 132 ◦ blue 142

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

Shades of Puce #C0848E

Tints of Puce #C0848E

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.33%

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

R = 41.2%
G = 28.33%
B = 30.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#C0848E (or 0xC0848E) is known color: Puce. HEX triplet: C0, 84 and 8E. RGB value is (192,132,142). Sum of RGB (Red+Green+Blue) = 192+132+142=466 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.20% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 192 - color contains mainly: red. Hex color #C0848E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0848E is #3F7B71. Grayscale: #979797. Windows color (decimal): -4160370 or 9340096. OLE color: 9340096.

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

Color convert

RGB 192 132 142 -
CMYK 0 0.31 0.26 0.25
HSL 350º 0.32% 0.64% -
HSV(B) 350º 0.31% 0.75% -
XYZ 34.87 29.66 29.48 -
YUV 151.08 122.88 157.19 -
System Red Green Blue C M Y K H S L
Decimal 192 132 142 0 0.31 0.26 0.25 350 0.32 0.64
Hex C0 84 8E 0 1F 1A 19 15E 20 40
Octal 300 204 216 0 37 32 31 536 40 100
Binary 11000000 10000100 10001110 0 11111 11010 11001 101011110 100000 1000000

Color Harmonies of #C0848E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0848E

Black with #C0848E

Text Example


Text Example

White with #C0848E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0848E; }

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

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

background-color css

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

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

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

border-color css

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

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

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