Html Css Color HEX #C4CABF Pumice

📋 copy color: '#C4CABF'

red 196 ◦ green 202 ◦ blue 191

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

Shades of Pumice #C4CABF

Tints of Pumice #C4CABF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 34.3%

 BLUE value IS 191 (75% from 255) = 32.43%

R = 33.28%
G = 34.3%
B = 32.43%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.05

 K value IS 0.21

RGB Variations

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

Color information

#C4CABF (or 0xC4CABF) is known color: Pumice. HEX triplet: C4, CA and BF. RGB value is (196,202,191). Sum of RGB (Red+Green+Blue) = 196+202+191=589 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.28% from 589); Green value is 202 (79.30% from 255 or 34.30% from 589); Blue value is 191 (75% from 255 or 32.43% from 589); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CABF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CABF is #3B3540. Grayscale: #C6C6C6. Windows color (decimal): -3880257 or 12569284. OLE color: 12569284.

HSL color Cylindrical-coordinate representation of color #C4CABF: hue angle of 92.73º degrees, saturation: 0.09, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #C4CABF is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 202 191 -
CMYK 0.03 0 0.05 0.21
HSL 92.73º 0.09% 0.77% -
HSV(B) 92.73º 0.05% 0.79% -
XYZ 53.29 57.74 57.63 -
YUV 198.95 123.51 125.89 -
System Red Green Blue C M Y K H S L
Decimal 196 202 191 0.03 0 0.05 0.21 92.73 0.09 0.77
Hex C4 CA BF 3 0 5 15 5D 9 4D
Octal 304 312 277 3 0 5 25 135 11 115
Binary 11000100 11001010 10111111 11 0 101 10101 1011101 1001 1001101

Color Harmonies of #C4CABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CABF

Black with #C4CABF

Text Example


Text Example

White with #C4CABF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CABF; }

 p { color: rgb(196,202,191); }

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

background-color css

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

 a { background-color: rgb(196,202,191); }

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

border-color css

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

 span { border-color: rgb(196,202,191); }

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