Html Css Color HEX #C1CABA Pumice

📋 copy color: '#C1CABA'

red 193 ◦ green 202 ◦ blue 186

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

Shades of Pumice #C1CABA

Tints of Pumice #C1CABA

RGB

 RED value IS 193 (75.78% from 255) = 33.22%

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

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

R = 33.22%
G = 34.77%
B = 32.01%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.21

RGB Variations

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

Color information

#C1CABA (or 0xC1CABA) is known color: Pumice. HEX triplet: C1, CA and BA. RGB value is (193,202,186). Sum of RGB (Red+Green+Blue) = 193+202+186=581 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.22% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CABA is #3E3545. Grayscale: #C5C5C5. Windows color (decimal): -4076870 or 12241601. OLE color: 12241601.

HSL color Cylindrical-coordinate representation of color #C1CABA: hue angle of 93.75º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C1CABA is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB 193 202 186 -
CMYK 0.04 0 0.08 0.21
HSL 93.75º 0.13% 0.76% -
HSV(B) 93.75º 0.08% 0.79% -
XYZ 51.98 57.12 54.74 -
YUV 197.49 121.52 124.8 -
System Red Green Blue C M Y K H S L
Decimal 193 202 186 0.04 0 0.08 0.21 93.75 0.13 0.76
Hex C1 CA BA 4 0 8 15 5E D 4C
Octal 301 312 272 4 0 10 25 136 15 114
Binary 11000001 11001010 10111010 100 0 1000 10101 1011110 1101 1001100

Color Harmonies of #C1CABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CABA

Black with #C1CABA

Text Example


Text Example

White with #C1CABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CABA; }

 p { color: rgb(193,202,186); }

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

background-color css

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

 a { background-color: rgb(193,202,186); }

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

border-color css

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

 span { border-color: rgb(193,202,186); }

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