Html Css Color HEX #C2CEB8 Pumice

📋 copy color: '#C2CEB8'

red 194 ◦ green 206 ◦ blue 184

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

Shades of Pumice #C2CEB8

Tints of Pumice #C2CEB8

RGB

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

 GREEN value IS 206 (80.86% from 255) = 35.27%

 BLUE value IS 184 (72.27% from 255) = 31.51%

R = 33.22%
G = 35.27%
B = 31.51%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.11

 K value IS 0.19

RGB Variations

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

Color information

#C2CEB8 (or 0xC2CEB8) is known color: Pumice. HEX triplet: C2, CE and B8. RGB value is (194,206,184). Sum of RGB (Red+Green+Blue) = 194+206+184=584 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.22% from 584); Green value is 206 (80.86% from 255 or 35.27% from 584); Blue value is 184 (72.27% from 255 or 31.51% from 584); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CEB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CEB8 is #3D3147. Grayscale: #C7C7C7. Windows color (decimal): -4010312 or 12111554. OLE color: 12111554.

HSL color Cylindrical-coordinate representation of color #C2CEB8: hue angle of 92.73º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #C2CEB8 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.

Color convert

RGB 194 206 184 -
CMYK 0.06 0 0.11 0.19
HSL 92.73º 0.18% 0.76% -
HSV(B) 92.73º 0.11% 0.81% -
XYZ 52.97 59.07 53.96 -
YUV 199.9 119.02 123.79 -
System Red Green Blue C M Y K H S L
Decimal 194 206 184 0.06 0 0.11 0.19 92.73 0.18 0.76
Hex C2 CE B8 6 0 B 13 5D 12 4C
Octal 302 316 270 6 0 13 23 135 22 114
Binary 11000010 11001110 10111000 110 0 1011 10011 1011101 10010 1001100

Color Harmonies of #C2CEB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CEB8

Black with #C2CEB8

Text Example


Text Example

White with #C2CEB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CEB8; }

 p { color: rgb(194,206,184); }

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

background-color css

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

 a { background-color: rgb(194,206,184); }

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

border-color css

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

 span { border-color: rgb(194,206,184); }

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