Html Css Color HEX #C680A2 Puce

📋 copy color: '#C680A2'

red 198 ◦ green 128 ◦ blue 162

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

Shades of Puce #C680A2

Tints of Puce #C680A2

RGB

 RED value IS 198 (77.73% from 255) = 40.57%

 GREEN value IS 128 (50.39% from 255) = 26.23%

 BLUE value IS 162 (63.67% from 255) = 33.2%

R = 40.57%
G = 26.23%
B = 33.2%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#C680A2 (or 0xC680A2) is known color: Puce. HEX triplet: C6, 80 and A2. RGB value is (198,128,162). Sum of RGB (Red+Green+Blue) = 198+128+162=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 128 (50.39% from 255 or 26.23% from 488); Blue value is 162 (63.67% from 255 or 33.20% from 488); Max value from RGB is 198 - color contains mainly: red. Hex color #C680A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C680A2 is #397F5D. Grayscale: #989898. Windows color (decimal): -3768158 or 10649798. OLE color: 10649798.

HSL color Cylindrical-coordinate representation of color #C680A2: hue angle of 330.86º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C680A2 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 128 162 -
CMYK 0 0.35 0.18 0.22
HSL 330.86º 0.38% 0.64% -
HSV(B) 330.86º 0.35% 0.78% -
XYZ 37.53 30.05 38.01 -
YUV 152.81 133.19 160.24 -
System Red Green Blue C M Y K H S L
Decimal 198 128 162 0 0.35 0.18 0.22 330.86 0.38 0.64
Hex C6 80 A2 0 23 12 16 14B 26 40
Octal 306 200 242 0 43 22 26 513 46 100
Binary 11000110 10000000 10100010 0 100011 10010 10110 101001011 100110 1000000

Color Harmonies of #C680A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C680A2

Black with #C680A2

Text Example


Text Example

White with #C680A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C680A2; }

 p { color: rgb(198,128,162); }

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

background-color css

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

 a { background-color: rgb(198,128,162); }

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

border-color css

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

 span { border-color: rgb(198,128,162); }

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