Html Css Color HEX #C0838C Puce

📋 copy color: '#C0838C'

red 192 ◦ green 131 ◦ blue 140

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

Shades of Puce #C0838C

Tints of Puce #C0838C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.24%

R = 41.47%
G = 28.29%
B = 30.24%

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

#C0838C (or 0xC0838C) is known color: Puce. HEX triplet: C0, 83 and 8C. RGB value is (192,131,140). Sum of RGB (Red+Green+Blue) = 192+131+140=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 131 (51.56% from 255 or 28.29% from 463); Blue value is 140 (55.08% from 255 or 30.24% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C0838C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0838C is #3F7C73. Grayscale: #969696. Windows color (decimal): -4160628 or 9208768. OLE color: 9208768.

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

Color convert

RGB 192 131 140 -
CMYK 0 0.32 0.27 0.25
HSL 351.15º 0.33% 0.63% -
HSV(B) 351.15º 0.32% 0.75% -
XYZ 34.59 29.33 28.65 -
YUV 150.27 122.21 157.77 -
System Red Green Blue C M Y K H S L
Decimal 192 131 140 0 0.32 0.27 0.25 351.15 0.33 0.63
Hex C0 83 8C 0 20 1B 19 15F 21 3F
Octal 300 203 214 0 40 33 31 537 41 77
Binary 11000000 10000011 10001100 0 100000 11011 11001 101011111 100001 111111

Color Harmonies of #C0838C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0838C

Black with #C0838C

Text Example


Text Example

White with #C0838C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0838C; }

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

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

background-color css

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

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

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

border-color css

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

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

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