Html Css Color HEX #C6848A Puce

📋 copy color: '#C6848A'

red 198 ◦ green 132 ◦ blue 138

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

Shades of Puce #C6848A

Tints of Puce #C6848A

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.21%

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

R = 42.31%
G = 28.21%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C6848A (or 0xC6848A) is known color: Puce. HEX triplet: C6, 84 and 8A. RGB value is (198,132,138). Sum of RGB (Red+Green+Blue) = 198+132+138=468 (61% of max value = 765). Red value is 198 (77.73% from 255 or 42.31% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 198 - color contains mainly: red. Hex color #C6848A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6848A is #397B75. Grayscale: #989898. Windows color (decimal): -3767158 or 9077958. OLE color: 9077958.

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

Color convert

RGB 198 132 138 -
CMYK 0 0.33 0.30 0.22
HSL 354.55º 0.37% 0.65% -
HSV(B) 354.55º 0.33% 0.78% -
XYZ 36.13 30.34 28 -
YUV 152.42 119.87 160.51 -
System Red Green Blue C M Y K H S L
Decimal 198 132 138 0 0.33 0.30 0.22 354.55 0.37 0.65
Hex C6 84 8A 0 21 1E 16 163 25 41
Octal 306 204 212 0 41 36 26 543 45 101
Binary 11000110 10000100 10001010 0 100001 11110 10110 101100011 100101 1000001

Color Harmonies of #C6848A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6848A

Black with #C6848A

Text Example


Text Example

White with #C6848A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6848A; }

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

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

background-color css

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

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

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

border-color css

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

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

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