Html Css Color HEX #C6899A Puce

📋 copy color: '#C6899A'

red 198 ◦ green 137 ◦ blue 154

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

Shades of Puce #C6899A

Tints of Puce #C6899A

RGB

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

 GREEN value IS 137 (53.91% from 255) = 28.02%

 BLUE value IS 154 (60.55% from 255) = 31.49%

R = 40.49%
G = 28.02%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C6899A (or 0xC6899A) is known color: Puce. HEX triplet: C6, 89 and 9A. RGB value is (198,137,154). Sum of RGB (Red+Green+Blue) = 198+137+154=489 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.49% from 489); Green value is 137 (53.91% from 255 or 28.02% from 489); Blue value is 154 (60.55% from 255 or 31.49% from 489); Max value from RGB is 198 - color contains mainly: red. Hex color #C6899A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6899A is #397665. Grayscale: #9D9D9D. Windows color (decimal): -3765862 or 10127814. OLE color: 10127814.

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

Color convert

RGB 198 137 154 -
CMYK 0 0.31 0.22 0.22
HSL 343.28º 0.35% 0.66% -
HSV(B) 343.28º 0.31% 0.78% -
XYZ 38.07 32.23 34.79 -
YUV 157.18 126.21 157.12 -
System Red Green Blue C M Y K H S L
Decimal 198 137 154 0 0.31 0.22 0.22 343.28 0.35 0.66
Hex C6 89 9A 0 1F 16 16 157 23 42
Octal 306 211 232 0 37 26 26 527 43 102
Binary 11000110 10001001 10011010 0 11111 10110 10110 101010111 100011 1000010

Color Harmonies of #C6899A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6899A

Black with #C6899A

Text Example


Text Example

White with #C6899A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6899A; }

 p { color: rgb(198,137,154); }

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

background-color css

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

 a { background-color: rgb(198,137,154); }

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

border-color css

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

 span { border-color: rgb(198,137,154); }

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