Html Css Color HEX #C2CABB Pumice

📋 copy color: '#C2CABB'

red 194 ◦ green 202 ◦ blue 187

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

Shades of Pumice #C2CABB

Tints of Pumice #C2CABB

RGB

 RED value IS 194 (76.17% from 255) = 33.28%

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

 BLUE value IS 187 (73.44% from 255) = 32.08%

R = 33.28%
G = 34.65%
B = 32.08%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.21

RGB Variations

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

Color information

#C2CABB (or 0xC2CABB) is known color: Pumice. HEX triplet: C2, CA and BB. RGB value is (194,202,187). Sum of RGB (Red+Green+Blue) = 194+202+187=583 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.28% from 583); Green value is 202 (79.30% from 255 or 34.65% from 583); Blue value is 187 (73.44% from 255 or 32.08% from 583); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CABB is #3D3544. Grayscale: #C5C5C5. Windows color (decimal): -4011333 or 12307138. OLE color: 12307138.

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

Color convert

RGB 194 202 187 -
CMYK 0.04 0 0.07 0.21
HSL 92º 0.12% 0.76% -
HSV(B) 92º 0.07% 0.79% -
XYZ 52.34 57.3 55.31 -
YUV 197.9 121.85 125.22 -
System Red Green Blue C M Y K H S L
Decimal 194 202 187 0.04 0 0.07 0.21 92 0.12 0.76
Hex C2 CA BB 4 0 7 15 5C C 4C
Octal 302 312 273 4 0 7 25 134 14 114
Binary 11000010 11001010 10111011 100 0 111 10101 1011100 1100 1001100

Color Harmonies of #C2CABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CABB

Black with #C2CABB

Text Example


Text Example

White with #C2CABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CABB; }

 p { color: rgb(194,202,187); }

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

background-color css

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

 a { background-color: rgb(194,202,187); }

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

border-color css

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

 span { border-color: rgb(194,202,187); }

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