Html Css Color HEX #C4CFB9 Pumice

📋 copy color: '#C4CFB9'

red 196 ◦ green 207 ◦ blue 185

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

Shades of Pumice #C4CFB9

Tints of Pumice #C4CFB9

RGB

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

 GREEN value IS 207 (81.25% from 255) = 35.2%

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

R = 33.33%
G = 35.2%
B = 31.46%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#C4CFB9 (or 0xC4CFB9) is known color: Pumice. HEX triplet: C4, CF and B9. RGB value is (196,207,185). Sum of RGB (Red+Green+Blue) = 196+207+185=588 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.33% from 588); Green value is 207 (81.25% from 255 or 35.20% from 588); Blue value is 185 (72.66% from 255 or 31.46% from 588); Max value from RGB is 207 - color contains mainly: green. Hex color #C4CFB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CFB9 is #3B3046. Grayscale: #C9C9C9. Windows color (decimal): -3878983 or 12177348. OLE color: 12177348.

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

Color convert

RGB 196 207 185 -
CMYK 0.05 0 0.11 0.19
HSL 90º 0.19% 0.77% -
HSV(B) 90º 0.11% 0.81% -
XYZ 53.83 59.86 54.62 -
YUV 201.2 118.86 124.29 -
System Red Green Blue C M Y K H S L
Decimal 196 207 185 0.05 0 0.11 0.19 90 0.19 0.77
Hex C4 CF B9 5 0 B 13 5A 13 4D
Octal 304 317 271 5 0 13 23 132 23 115
Binary 11000100 11001111 10111001 101 0 1011 10011 1011010 10011 1001101

Color Harmonies of #C4CFB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CFB9

Black with #C4CFB9

Text Example


Text Example

White with #C4CFB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CFB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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