Html Css Color HEX #C6828A Puce

📋 copy color: '#C6828A'

red 198 ◦ green 130 ◦ blue 138

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

Shades of Puce #C6828A

Tints of Puce #C6828A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.61%

R = 42.49%
G = 27.9%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C6828A (or 0xC6828A) is known color: Puce. HEX triplet: C6, 82 and 8A. RGB value is (198,130,138). Sum of RGB (Red+Green+Blue) = 198+130+138=466 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.49% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 138 (54.30% from 255 or 29.61% from 466); Max value from RGB is 198 - color contains mainly: red. Hex color #C6828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6828A is #397D75. Grayscale: #979797. Windows color (decimal): -3767670 or 9077446. OLE color: 9077446.

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

Color convert

RGB 198 130 138 -
CMYK 0 0.34 0.30 0.22
HSL 352.94º 0.37% 0.64% -
HSV(B) 352.94º 0.34% 0.78% -
XYZ 35.86 29.81 27.91 -
YUV 151.24 120.53 161.35 -
System Red Green Blue C M Y K H S L
Decimal 198 130 138 0 0.34 0.30 0.22 352.94 0.37 0.64
Hex C6 82 8A 0 22 1E 16 161 25 40
Octal 306 202 212 0 42 36 26 541 45 100
Binary 11000110 10000010 10001010 0 100010 11110 10110 101100001 100101 1000000

Color Harmonies of #C6828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6828A

Black with #C6828A

Text Example


Text Example

White with #C6828A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6828A; }

 p { color: rgb(198,130,138); }

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

background-color css

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

 a { background-color: rgb(198,130,138); }

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

border-color css

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

 span { border-color: rgb(198,130,138); }

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