Html Css Color HEX #C6CFBD Pumice

📋 copy color: '#C6CFBD'

red 198 ◦ green 207 ◦ blue 189

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

Shades of Pumice #C6CFBD

Tints of Pumice #C6CFBD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.85%

 BLUE value IS 189 (74.22% from 255) = 31.82%

R = 33.33%
G = 34.85%
B = 31.82%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.19

RGB Variations

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

Color information

#C6CFBD (or 0xC6CFBD) is known color: Pumice. HEX triplet: C6, CF and BD. RGB value is (198,207,189). Sum of RGB (Red+Green+Blue) = 198+207+189=594 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.33% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 189 (74.22% from 255 or 31.82% from 594); Max value from RGB is 207 - color contains mainly: green. Hex color #C6CFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CFBD is #393042. Grayscale: #CACACA. Windows color (decimal): -3747907 or 12439494. OLE color: 12439494.

HSL color Cylindrical-coordinate representation of color #C6CFBD: hue angle of 90º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C6CFBD is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 207 189 -
CMYK 0.04 0 0.09 0.19
HSL 90º 0.16% 0.78% -
HSV(B) 90º 0.09% 0.81% -
XYZ 54.79 60.31 56.9 -
YUV 202.26 120.52 124.96 -
System Red Green Blue C M Y K H S L
Decimal 198 207 189 0.04 0 0.09 0.19 90 0.16 0.78
Hex C6 CF BD 4 0 9 13 5A 10 4E
Octal 306 317 275 4 0 11 23 132 20 116
Binary 11000110 11001111 10111101 100 0 1001 10011 1011010 10000 1001110

Color Harmonies of #C6CFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CFBD

Black with #C6CFBD

Text Example


Text Example

White with #C6CFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CFBD; }

 p { color: rgb(198,207,189); }

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

background-color css

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

 a { background-color: rgb(198,207,189); }

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

border-color css

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

 span { border-color: rgb(198,207,189); }

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