Html Css Color HEX #C2CAB9 Pumice

📋 copy color: '#C2CAB9'

red 194 ◦ green 202 ◦ blue 185

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

Shades of Pumice #C2CAB9

Tints of Pumice #C2CAB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 31.84%

R = 33.39%
G = 34.77%
B = 31.84%

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

#C2CAB9 (or 0xC2CAB9) is known color: Pumice. HEX triplet: C2, CA and B9. RGB value is (194,202,185). Sum of RGB (Red+Green+Blue) = 194+202+185=581 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.39% from 581); Green value is 202 (79.30% from 255 or 34.77% from 581); Blue value is 185 (72.66% from 255 or 31.84% from 581); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CAB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CAB9 is #3D3546. Grayscale: #C5C5C5. Windows color (decimal): -4011335 or 12176066. OLE color: 12176066.

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

Color convert

RGB 194 202 185 -
CMYK 0.04 0 0.08 0.21
HSL 88.24º 0.14% 0.76% -
HSV(B) 88.24º 0.08% 0.79% -
XYZ 52.13 57.21 54.19 -
YUV 197.67 120.85 125.38 -
System Red Green Blue C M Y K H S L
Decimal 194 202 185 0.04 0 0.08 0.21 88.24 0.14 0.76
Hex C2 CA B9 4 0 8 15 58 E 4C
Octal 302 312 271 4 0 10 25 130 16 114
Binary 11000010 11001010 10111001 100 0 1000 10101 1011000 1110 1001100

Color Harmonies of #C2CAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CAB9

Black with #C2CAB9

Text Example


Text Example

White with #C2CAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CAB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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