Html Css Color HEX #C2CABC Pumice

📋 copy color: '#C2CABC'

red 194 ◦ green 202 ◦ blue 188

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

Shades of Pumice #C2CABC

Tints of Pumice #C2CABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 32.19%

R = 33.22%
G = 34.59%
B = 32.19%

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

#C2CABC (or 0xC2CABC) is known color: Pumice. HEX triplet: C2, CA and BC. RGB value is (194,202,188). Sum of RGB (Red+Green+Blue) = 194+202+188=584 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.22% from 584); Green value is 202 (79.30% from 255 or 34.59% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CABC is #3D3543. Grayscale: #C6C6C6. Windows color (decimal): -4011332 or 12372674. OLE color: 12372674.

HSL color Cylindrical-coordinate representation of color #C2CABC: hue angle of 94.29º 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 #C2CABC is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.

Color convert

RGB 194 202 188 -
CMYK 0.04 0 0.07 0.21
HSL 94.29º 0.12% 0.76% -
HSV(B) 94.29º 0.07% 0.79% -
XYZ 52.45 57.34 55.88 -
YUV 198.01 122.35 125.14 -
System Red Green Blue C M Y K H S L
Decimal 194 202 188 0.04 0 0.07 0.21 94.29 0.12 0.76
Hex C2 CA BC 4 0 7 15 5E C 4C
Octal 302 312 274 4 0 7 25 136 14 114
Binary 11000010 11001010 10111100 100 0 111 10101 1011110 1100 1001100

Color Harmonies of #C2CABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CABC

Black with #C2CABC

Text Example


Text Example

White with #C2CABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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