Html Css Color HEX #C0C6BC Pumice

📋 copy color: '#C0C6BC'

red 192 ◦ green 198 ◦ blue 188

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

Shades of Pumice #C0C6BC

Tints of Pumice #C0C6BC

RGB

 RED value IS 192 (75.39% from 255) = 33.22%

 GREEN value IS 198 (77.73% from 255) = 34.26%

 BLUE value IS 188 (73.83% from 255) = 32.53%

R = 33.22%
G = 34.26%
B = 32.53%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C0C6BC (or 0xC0C6BC) is known color: Pumice. HEX triplet: C0, C6 and BC. RGB value is (192,198,188). Sum of RGB (Red+Green+Blue) = 192+198+188=578 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.22% from 578); Green value is 198 (77.73% from 255 or 34.26% from 578); Blue value is 188 (73.83% from 255 or 32.53% from 578); Max value from RGB is 198 - color contains mainly: green. Hex color #C0C6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C6BC is #3F3943. Grayscale: #C3C3C3. Windows color (decimal): -4143428 or 12371648. OLE color: 12371648.

HSL color Cylindrical-coordinate representation of color #C0C6BC: hue angle of 96º degrees, saturation: 0.08, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C0C6BC is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.22.

Color convert

RGB 192 198 188 -
CMYK 0.03 0 0.05 0.22
HSL 96º 0.08% 0.76% -
HSV(B) 96º 0.05% 0.78% -
XYZ 51.01 55.23 55.55 -
YUV 195.07 124.01 125.81 -
System Red Green Blue C M Y K H S L
Decimal 192 198 188 0.03 0 0.05 0.22 96 0.08 0.76
Hex C0 C6 BC 3 0 5 16 60 8 4C
Octal 300 306 274 3 0 5 26 140 10 114
Binary 11000000 11000110 10111100 11 0 101 10110 1100000 1000 1001100

Color Harmonies of #C0C6BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C6BC

Black with #C0C6BC

Text Example


Text Example

White with #C0C6BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C6BC; }

 p { color: rgb(192,198,188); }

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

background-color css

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

 a { background-color: rgb(192,198,188); }

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

border-color css

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

 span { border-color: rgb(192,198,188); }

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