Html Css Color HEX #C4CEB9 Pumice

📋 copy color: '#C4CEB9'

red 196 ◦ green 206 ◦ blue 185

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

Shades of Pumice #C4CEB9

Tints of Pumice #C4CEB9

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.09%

 BLUE value IS 185 (72.66% from 255) = 31.52%

R = 33.39%
G = 35.09%
B = 31.52%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#C4CEB9 (or 0xC4CEB9) is known color: Pumice. HEX triplet: C4, CE and B9. RGB value is (196,206,185). Sum of RGB (Red+Green+Blue) = 196+206+185=587 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.39% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 185 (72.66% from 255 or 31.52% from 587); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CEB9 is #3B3146. Grayscale: #C8C8C8. Windows color (decimal): -3879239 or 12177092. OLE color: 12177092.

HSL color Cylindrical-coordinate representation of color #C4CEB9: hue angle of 88.57º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #C4CEB9 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 206 185 -
CMYK 0.05 0 0.10 0.19
HSL 88.57º 0.18% 0.77% -
HSV(B) 88.57º 0.1% 0.81% -
XYZ 53.59 59.38 54.54 -
YUV 200.62 119.19 124.71 -
System Red Green Blue C M Y K H S L
Decimal 196 206 185 0.05 0 0.10 0.19 88.57 0.18 0.77
Hex C4 CE B9 5 0 A 13 59 12 4D
Octal 304 316 271 5 0 12 23 131 22 115
Binary 11000100 11001110 10111001 101 0 1010 10011 1011001 10010 1001101

Color Harmonies of #C4CEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CEB9

Black with #C4CEB9

Text Example


Text Example

White with #C4CEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CEB9; }

 p { color: rgb(196,206,185); }

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

background-color css

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

 a { background-color: rgb(196,206,185); }

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

border-color css

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

 span { border-color: rgb(196,206,185); }

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