Html Css Color HEX #C6CEBD Pumice

📋 copy color: '#C6CEBD'

red 198 ◦ green 206 ◦ blue 189

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

Shades of Pumice #C6CEBD

Tints of Pumice #C6CEBD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 34.74%

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

R = 33.39%
G = 34.74%
B = 31.87%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#C6CEBD (or 0xC6CEBD) is known color: Pumice. HEX triplet: C6, CE and BD. RGB value is (198,206,189). Sum of RGB (Red+Green+Blue) = 198+206+189=593 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.39% from 593); Green value is 206 (80.86% from 255 or 34.74% from 593); Blue value is 189 (74.22% from 255 or 31.87% from 593); Max value from RGB is 206 - color contains mainly: green. Hex color #C6CEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CEBD is #393142. Grayscale: #C9C9C9. Windows color (decimal): -3748163 or 12439238. OLE color: 12439238.

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

Color convert

RGB 198 206 189 -
CMYK 0.04 0 0.08 0.19
HSL 88.24º 0.15% 0.77% -
HSV(B) 88.24º 0.08% 0.81% -
XYZ 54.55 59.82 56.82 -
YUV 201.67 120.85 125.38 -
System Red Green Blue C M Y K H S L
Decimal 198 206 189 0.04 0 0.08 0.19 88.24 0.15 0.77
Hex C6 CE BD 4 0 8 13 58 F 4D
Octal 306 316 275 4 0 10 23 130 17 115
Binary 11000110 11001110 10111101 100 0 1000 10011 1011000 1111 1001101

Color Harmonies of #C6CEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CEBD

Black with #C6CEBD

Text Example


Text Example

White with #C6CEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CEBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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