Html Css Color HEX #C0C8BA Pumice

📋 copy color: '#C0C8BA'

red 192 ◦ green 200 ◦ blue 186

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

Shades of Pumice #C0C8BA

Tints of Pumice #C0C8BA

RGB

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

 GREEN value IS 200 (78.52% from 255) = 34.6%

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

R = 33.22%
G = 34.6%
B = 32.18%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C0C8BA (or 0xC0C8BA) is known color: Pumice. HEX triplet: C0, C8 and BA. RGB value is (192,200,186). Sum of RGB (Red+Green+Blue) = 192+200+186=578 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.22% from 578); Green value is 200 (78.52% from 255 or 34.60% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 200 - color contains mainly: green. Hex color #C0C8BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C0C8BA is #3F3745. Grayscale: #C4C4C4. Windows color (decimal): -4142918 or 12241088. OLE color: 12241088.

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

Color convert

RGB 192 200 186 -
CMYK 0.04 0 0.07 0.22
HSL 94.29º 0.11% 0.76% -
HSV(B) 94.29º 0.07% 0.78% -
XYZ 51.26 56.06 54.57 -
YUV 196.01 122.35 125.14 -
System Red Green Blue C M Y K H S L
Decimal 192 200 186 0.04 0 0.07 0.22 94.29 0.11 0.76
Hex C0 C8 BA 4 0 7 16 5E B 4C
Octal 300 310 272 4 0 7 26 136 13 114
Binary 11000000 11001000 10111010 100 0 111 10110 1011110 1011 1001100

Color Harmonies of #C0C8BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0C8BA

Black with #C0C8BA

Text Example


Text Example

White with #C0C8BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0C8BA; }

 p { color: rgb(192,200,186); }

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

background-color css

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

 a { background-color: rgb(192,200,186); }

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

border-color css

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

 span { border-color: rgb(192,200,186); }

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