Html Css Color HEX #C4CCBB Pumice

📋 copy color: '#C4CCBB'

red 196 ◦ green 204 ◦ blue 187

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

Shades of Pumice #C4CCBB

Tints of Pumice #C4CCBB

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.75%

 BLUE value IS 187 (73.44% from 255) = 31.86%

R = 33.39%
G = 34.75%
B = 31.86%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#C4CCBB (or 0xC4CCBB) is known color: Pumice. HEX triplet: C4, CC and BB. RGB value is (196,204,187). Sum of RGB (Red+Green+Blue) = 196+204+187=587 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.39% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 204 - color contains mainly: green. Hex color #C4CCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CCBB is #3B3344. Grayscale: #C7C7C7. Windows color (decimal): -3879749 or 12307652. OLE color: 12307652.

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

Color convert

RGB 196 204 187 -
CMYK 0.04 0 0.08 0.2
HSL 88.24º 0.14% 0.77% -
HSV(B) 88.24º 0.08% 0.8% -
XYZ 53.33 58.51 55.5 -
YUV 199.67 120.85 125.38 -
System Red Green Blue C M Y K H S L
Decimal 196 204 187 0.04 0 0.08 0.2 88.24 0.14 0.77
Hex C4 CC BB 4 0 8 14 58 E 4D
Octal 304 314 273 4 0 10 24 130 16 115
Binary 11000100 11001100 10111011 100 0 1000 10100 1011000 1110 1001101

Color Harmonies of #C4CCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CCBB

Black with #C4CCBB

Text Example


Text Example

White with #C4CCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CCBB; }

 p { color: rgb(196,204,187); }

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

background-color css

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

 a { background-color: rgb(196,204,187); }

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

border-color css

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

 span { border-color: rgb(196,204,187); }

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