Html Css Color HEX #C6D1BA Pumice

📋 copy color: '#C6D1BA'

red 198 ◦ green 209 ◦ blue 186

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

Shades of Pumice #C6D1BA

Tints of Pumice #C6D1BA

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.24%

 BLUE value IS 186 (73.05% from 255) = 31.37%

R = 33.39%
G = 35.24%
B = 31.37%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#C6D1BA (or 0xC6D1BA) is known color: Pumice. HEX triplet: C6, D1 and BA. RGB value is (198,209,186). Sum of RGB (Red+Green+Blue) = 198+209+186=593 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.39% from 593); Green value is 209 (82.03% from 255 or 35.24% from 593); Blue value is 186 (73.05% from 255 or 31.37% from 593); Max value from RGB is 209 - color contains mainly: green. Hex color #C6D1BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6D1BA is #392E45. Grayscale: #CBCBCB. Windows color (decimal): -3747398 or 12243398. OLE color: 12243398.

HSL color Cylindrical-coordinate representation of color #C6D1BA: hue angle of 88.7º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C6D1BA is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 198 209 186 -
CMYK 0.05 0 0.11 0.18
HSL 88.7º 0.2% 0.77% -
HSV(B) 88.7º 0.11% 0.82% -
XYZ 54.95 61.15 55.36 -
YUV 203.09 118.36 124.37 -
System Red Green Blue C M Y K H S L
Decimal 198 209 186 0.05 0 0.11 0.18 88.7 0.2 0.77
Hex C6 D1 BA 5 0 B 12 59 14 4D
Octal 306 321 272 5 0 13 22 131 24 115
Binary 11000110 11010001 10111010 101 0 1011 10010 1011001 10100 1001101

Color Harmonies of #C6D1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D1BA

Black with #C6D1BA

Text Example


Text Example

White with #C6D1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D1BA; }

 p { color: rgb(198,209,186); }

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

background-color css

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

 a { background-color: rgb(198,209,186); }

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

border-color css

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

 span { border-color: rgb(198,209,186); }

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