Html Css Color HEX #C2C8BC Pumice

📋 copy color: '#C2C8BC'

red 194 ◦ green 200 ◦ blue 188

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

Shades of Pumice #C2C8BC

Tints of Pumice #C2C8BC

RGB

 RED value IS 194 (76.17% from 255) = 33.33%

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

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

R = 33.33%
G = 34.36%
B = 32.3%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C2C8BC (or 0xC2C8BC) is known color: Pumice. HEX triplet: C2, C8 and BC. RGB value is (194,200,188). Sum of RGB (Red+Green+Blue) = 194+200+188=582 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.33% from 582); Green value is 200 (78.52% from 255 or 34.36% from 582); Blue value is 188 (73.83% from 255 or 32.30% from 582); Max value from RGB is 200 - color contains mainly: green. Hex color #C2C8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2C8BC is #3D3743. Grayscale: #C4C4C4. Windows color (decimal): -4011844 or 12372162. OLE color: 12372162.

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

Color convert

RGB 194 200 188 -
CMYK 0.03 0 0.06 0.22
HSL 90º 0.1% 0.76% -
HSV(B) 90º 0.06% 0.78% -
XYZ 51.98 56.41 55.73 -
YUV 196.84 123.01 125.98 -
System Red Green Blue C M Y K H S L
Decimal 194 200 188 0.03 0 0.06 0.22 90 0.1 0.76
Hex C2 C8 BC 3 0 6 16 5A A 4C
Octal 302 310 274 3 0 6 26 132 12 114
Binary 11000010 11001000 10111100 11 0 110 10110 1011010 1010 1001100

Color Harmonies of #C2C8BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C8BC

Black with #C2C8BC

Text Example


Text Example

White with #C2C8BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C8BC; }

 p { color: rgb(194,200,188); }

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

background-color css

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

 a { background-color: rgb(194,200,188); }

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

border-color css

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

 span { border-color: rgb(194,200,188); }

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