Html Css Color HEX #C4C7C2 Pumice

📋 copy color: '#C4C7C2'

red 196 ◦ green 199 ◦ blue 194

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

Shades of Pumice #C4C7C2

Tints of Pumice #C4C7C2

RGB

 RED value IS 196 (76.95% from 255) = 33.28%

 GREEN value IS 199 (78.13% from 255) = 33.79%

 BLUE value IS 194 (76.17% from 255) = 32.94%

R = 33.28%
G = 33.79%
B = 32.94%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.22

RGB Variations

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

Color information

#C4C7C2 (or 0xC4C7C2) is known color: Pumice. HEX triplet: C4, C7 and C2. RGB value is (196,199,194). Sum of RGB (Red+Green+Blue) = 196+199+194=589 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.28% from 589); Green value is 199 (78.12% from 255 or 33.79% from 589); Blue value is 194 (76.17% from 255 or 32.94% from 589); Max value from RGB is 199 - color contains mainly: green. Hex color #C4C7C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4C7C2 is #3B383D. Grayscale: #C5C5C5. Windows color (decimal): -3881022 or 12765124. OLE color: 12765124.

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

Color convert

RGB 196 199 194 -
CMYK 0.02 0 0.03 0.22
HSL 96º 0.04% 0.77% -
HSV(B) 96º 0.03% 0.78% -
XYZ 52.93 56.48 59.15 -
YUV 197.53 126.01 126.91 -
System Red Green Blue C M Y K H S L
Decimal 196 199 194 0.02 0 0.03 0.22 96 0.04 0.77
Hex C4 C7 C2 2 0 3 16 60 4 4D
Octal 304 307 302 2 0 3 26 140 4 115
Binary 11000100 11000111 11000010 10 0 11 10110 1100000 100 1001101

Color Harmonies of #C4C7C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4C7C2

Black with #C4C7C2

Text Example


Text Example

White with #C4C7C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4C7C2; }

 p { color: rgb(196,199,194); }

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

background-color css

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

 a { background-color: rgb(196,199,194); }

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

border-color css

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

 span { border-color: rgb(196,199,194); }

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