Html Css Color HEX #C0828F Puce

📋 copy color: '#C0828F'

red 192 ◦ green 130 ◦ blue 143

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

Shades of Puce #C0828F

Tints of Puce #C0828F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.96%

 BLUE value IS 143 (56.25% from 255) = 30.75%

R = 41.29%
G = 27.96%
B = 30.75%

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

#C0828F (or 0xC0828F) is known color: Puce. HEX triplet: C0, 82 and 8F. RGB value is (192,130,143). Sum of RGB (Red+Green+Blue) = 192+130+143=465 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.29% from 465); Green value is 130 (51.17% from 255 or 27.96% from 465); Blue value is 143 (56.25% from 255 or 30.75% from 465); Max value from RGB is 192 - color contains mainly: red. Hex color #C0828F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C0828F is #3F7D70. Grayscale: #969696. Windows color (decimal): -4160881 or 9405120. OLE color: 9405120.

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

Color convert

RGB 192 130 143 -
CMYK 0 0.32 0.26 0.25
HSL 347.42º 0.33% 0.63% -
HSV(B) 347.42º 0.32% 0.75% -
XYZ 34.68 29.15 29.79 -
YUV 150.02 124.04 157.94 -
System Red Green Blue C M Y K H S L
Decimal 192 130 143 0 0.32 0.26 0.25 347.42 0.33 0.63
Hex C0 82 8F 0 20 1A 19 15B 21 3F
Octal 300 202 217 0 40 32 31 533 41 77
Binary 11000000 10000010 10001111 0 100000 11010 11001 101011011 100001 111111

Color Harmonies of #C0828F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0828F

Black with #C0828F

Text Example


Text Example

White with #C0828F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0828F; }

 p { color: rgb(192,130,143); }

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

background-color css

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

 a { background-color: rgb(192,130,143); }

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

border-color css

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

 span { border-color: rgb(192,130,143); }

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