Html Css Color HEX #C6898A Puce

📋 copy color: '#C6898A'

red 198 ◦ green 137 ◦ blue 138

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

Shades of Puce #C6898A

Tints of Puce #C6898A

RGB

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

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

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

R = 41.86%
G = 28.96%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.22

RGB Variations

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

Color information

#C6898A (or 0xC6898A) is known color: Puce. HEX triplet: C6, 89 and 8A. RGB value is (198,137,138). Sum of RGB (Red+Green+Blue) = 198+137+138=473 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.86% from 473); Green value is 137 (53.91% from 255 or 28.96% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 198 - color contains mainly: red. Hex color #C6898A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C6898A is #397675. Grayscale: #9B9B9B. Windows color (decimal): -3765878 or 9079238. OLE color: 9079238.

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

Color convert

RGB 198 137 138 -
CMYK 0 0.31 0.30 0.22
HSL 359.02º 0.35% 0.66% -
HSV(B) 359.02º 0.31% 0.78% -
XYZ 36.82 31.73 28.23 -
YUV 155.35 118.21 158.42 -
System Red Green Blue C M Y K H S L
Decimal 198 137 138 0 0.31 0.30 0.22 359.02 0.35 0.66
Hex C6 89 8A 0 1F 1E 16 167 23 42
Octal 306 211 212 0 37 36 26 547 43 102
Binary 11000110 10001001 10001010 0 11111 11110 10110 101100111 100011 1000010

Color Harmonies of #C6898A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6898A

Black with #C6898A

Text Example


Text Example

White with #C6898A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6898A; }

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

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

background-color css

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

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

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

border-color css

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

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

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