Html Css Color HEX #C2CCBA Pumice

📋 copy color: '#C2CCBA'

red 194 ◦ green 204 ◦ blue 186

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

Shades of Pumice #C2CCBA

Tints of Pumice #C2CCBA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.93%

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

R = 33.22%
G = 34.93%
B = 31.85%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#C2CCBA (or 0xC2CCBA) is known color: Pumice. HEX triplet: C2, CC and BA. RGB value is (194,204,186). Sum of RGB (Red+Green+Blue) = 194+204+186=584 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.22% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 186 (73.05% from 255 or 31.85% from 584); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CCBA is #3D3345. Grayscale: #C7C7C7. Windows color (decimal): -4010822 or 12242114. OLE color: 12242114.

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

Color convert

RGB 194 204 186 -
CMYK 0.05 0 0.09 0.2
HSL 93.33º 0.15% 0.76% -
HSV(B) 93.33º 0.09% 0.8% -
XYZ 52.7 58.2 54.91 -
YUV 198.96 120.69 124.46 -
System Red Green Blue C M Y K H S L
Decimal 194 204 186 0.05 0 0.09 0.2 93.33 0.15 0.76
Hex C2 CC BA 5 0 9 14 5D F 4C
Octal 302 314 272 5 0 11 24 135 17 114
Binary 11000010 11001100 10111010 101 0 1001 10100 1011101 1111 1001100

Color Harmonies of #C2CCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CCBA

Black with #C2CCBA

Text Example


Text Example

White with #C2CCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CCBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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