Html Css Color HEX #C4CDBA Pumice

📋 copy color: '#C4CDBA'

red 196 ◦ green 205 ◦ blue 186

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

Shades of Pumice #C4CDBA

Tints of Pumice #C4CDBA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.92%

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

R = 33.39%
G = 34.92%
B = 31.69%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#C4CDBA (or 0xC4CDBA) is known color: Pumice. HEX triplet: C4, CD and BA. RGB value is (196,205,186). Sum of RGB (Red+Green+Blue) = 196+205+186=587 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.39% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 205 - color contains mainly: green. Hex color #C4CDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CDBA is #3B3245. Grayscale: #C8C8C8. Windows color (decimal): -3879494 or 12242372. OLE color: 12242372.

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

Color convert

RGB 196 205 186 -
CMYK 0.04 0 0.09 0.20
HSL 88.42º 0.16% 0.77% -
HSV(B) 88.42º 0.09% 0.8% -
XYZ 53.46 58.94 55.01 -
YUV 200.14 120.02 125.04 -
System Red Green Blue C M Y K H S L
Decimal 196 205 186 0.04 0 0.09 0.20 88.42 0.16 0.77
Hex C4 CD BA 4 0 9 14 58 10 4D
Octal 304 315 272 4 0 11 24 130 20 115
Binary 11000100 11001101 10111010 100 0 1001 10100 1011000 10000 1001101

Color Harmonies of #C4CDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CDBA

Black with #C4CDBA

Text Example


Text Example

White with #C4CDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CDBA; }

 p { color: rgb(196,205,186); }

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

background-color css

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

 a { background-color: rgb(196,205,186); }

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

border-color css

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

 span { border-color: rgb(196,205,186); }

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