Html Css Color HEX #C680A4 Puce

📋 copy color: '#C680A4'

red 198 ◦ green 128 ◦ blue 164

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

Shades of Puce #C680A4

Tints of Puce #C680A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 33.47%

R = 40.41%
G = 26.12%
B = 33.47%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.17

 K value IS 0.22

RGB Variations

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

Color information

#C680A4 (or 0xC680A4) is known color: Puce. HEX triplet: C6, 80 and A4. RGB value is (198,128,164). Sum of RGB (Red+Green+Blue) = 198+128+164=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 128 (50.39% from 255 or 26.12% from 490); Blue value is 164 (64.45% from 255 or 33.47% from 490); Max value from RGB is 198 - color contains mainly: red. Hex color #C680A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C680A4 is #397F5B. Grayscale: #989898. Windows color (decimal): -3768156 or 10780870. OLE color: 10780870.

HSL color Cylindrical-coordinate representation of color #C680A4: hue angle of 329.14º 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 #C680A4 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 128 164 -
CMYK 0 0.35 0.17 0.22
HSL 329.14º 0.38% 0.64% -
HSV(B) 329.14º 0.35% 0.78% -
XYZ 37.71 30.12 38.95 -
YUV 153.03 134.19 160.07 -
System Red Green Blue C M Y K H S L
Decimal 198 128 164 0 0.35 0.17 0.22 329.14 0.38 0.64
Hex C6 80 A4 0 23 11 16 149 26 40
Octal 306 200 244 0 43 21 26 511 46 100
Binary 11000110 10000000 10100100 0 100011 10001 10110 101001001 100110 1000000

Color Harmonies of #C680A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C680A4

Black with #C680A4

Text Example


Text Example

White with #C680A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C680A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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