Html Css Color HEX #C2CDBA Pumice

📋 copy color: '#C2CDBA'

red 194 ◦ green 205 ◦ blue 186

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

Shades of Pumice #C2CDBA

Tints of Pumice #C2CDBA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 35.04%

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

R = 33.16%
G = 35.04%
B = 31.79%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#C2CDBA (or 0xC2CDBA) is known color: Pumice. HEX triplet: C2, CD and BA. RGB value is (194,205,186). Sum of RGB (Red+Green+Blue) = 194+205+186=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CDBA is #3D3245. Grayscale: #C7C7C7. Windows color (decimal): -4010566 or 12242370. OLE color: 12242370.

HSL color Cylindrical-coordinate representation of color #C2CDBA: hue angle of 94.74º degrees, saturation: 0.16, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #C2CDBA is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB 194 205 186 -
CMYK 0.05 0 0.09 0.20
HSL 94.74º 0.16% 0.77% -
HSV(B) 94.74º 0.09% 0.8% -
XYZ 52.94 58.68 54.99 -
YUV 199.55 120.36 124.04 -
System Red Green Blue C M Y K H S L
Decimal 194 205 186 0.05 0 0.09 0.20 94.74 0.16 0.77
Hex C2 CD BA 5 0 9 14 5F 10 4D
Octal 302 315 272 5 0 11 24 137 20 115
Binary 11000010 11001101 10111010 101 0 1001 10100 1011111 10000 1001101

Color Harmonies of #C2CDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CDBA

Black with #C2CDBA

Text Example


Text Example

White with #C2CDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CDBA; }

 p { color: rgb(194,205,186); }

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

background-color css

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

 a { background-color: rgb(194,205,186); }

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

border-color css

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

 span { border-color: rgb(194,205,186); }

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