Html Css Color HEX #C4CABD Pumice

📋 copy color: '#C4CABD'

red 196 ◦ green 202 ◦ blue 189

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

Shades of Pumice #C4CABD

Tints of Pumice #C4CABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 32.2%

R = 33.39%
G = 34.41%
B = 32.2%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.06

 K value IS 0.21

RGB Variations

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

Color information

#C4CABD (or 0xC4CABD) is known color: Pumice. HEX triplet: C4, CA and BD. RGB value is (196,202,189). Sum of RGB (Red+Green+Blue) = 196+202+189=587 (77% of max value = 765). Red value is 196 (76.95% from 255 or 33.39% from 587); Green value is 202 (79.30% from 255 or 34.41% from 587); Blue value is 189 (74.22% from 255 or 32.20% from 587); Max value from RGB is 202 - color contains mainly: green. Hex color #C4CABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C4CABD is #3B3542. Grayscale: #C6C6C6. Windows color (decimal): -3880259 or 12438212. OLE color: 12438212.

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

Color convert

RGB 196 202 189 -
CMYK 0.03 0 0.06 0.21
HSL 87.69º 0.11% 0.77% -
HSV(B) 87.69º 0.06% 0.79% -
XYZ 53.07 57.65 56.47 -
YUV 198.72 122.51 126.06 -
System Red Green Blue C M Y K H S L
Decimal 196 202 189 0.03 0 0.06 0.21 87.69 0.11 0.77
Hex C4 CA BD 3 0 6 15 58 B 4D
Octal 304 312 275 3 0 6 25 130 13 115
Binary 11000100 11001010 10111101 11 0 110 10101 1011000 1011 1001101

Color Harmonies of #C4CABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CABD

Black with #C4CABD

Text Example


Text Example

White with #C4CABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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