Html Css Color HEX #C2CCBB Pumice

📋 copy color: '#C2CCBB'

red 194 ◦ green 204 ◦ blue 187

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

Shades of Pumice #C2CCBB

Tints of Pumice #C2CCBB

RGB

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

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

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

R = 33.16%
G = 34.87%
B = 31.97%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#C2CCBB (or 0xC2CCBB) is known color: Pumice. HEX triplet: C2, CC and BB. RGB value is (194,204,187). Sum of RGB (Red+Green+Blue) = 194+204+187=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 204 - color contains mainly: green. Hex color #C2CCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CCBB is #3D3344. Grayscale: #C7C7C7. Windows color (decimal): -4010821 or 12307650. OLE color: 12307650.

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

Color convert

RGB 194 204 187 -
CMYK 0.05 0 0.08 0.2
HSL 95.29º 0.14% 0.77% -
HSV(B) 95.29º 0.08% 0.8% -
XYZ 52.81 58.24 55.47 -
YUV 199.07 121.19 124.38 -
System Red Green Blue C M Y K H S L
Decimal 194 204 187 0.05 0 0.08 0.2 95.29 0.14 0.77
Hex C2 CC BB 5 0 8 14 5F E 4D
Octal 302 314 273 5 0 10 24 137 16 115
Binary 11000010 11001100 10111011 101 0 1000 10100 1011111 1110 1001101

Color Harmonies of #C2CCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CCBB

Black with #C2CCBB

Text Example


Text Example

White with #C2CCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CCBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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