Html Css Color HEX #C2CEB9 Pumice

📋 copy color: '#C2CEB9'

red 194 ◦ green 206 ◦ blue 185

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

Shades of Pumice #C2CEB9

Tints of Pumice #C2CEB9

RGB

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

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

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

R = 33.16%
G = 35.21%
B = 31.62%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.10

 K value IS 0.19

RGB Variations

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

Color information

#C2CEB9 (or 0xC2CEB9) is known color: Pumice. HEX triplet: C2, CE and B9. RGB value is (194,206,185). Sum of RGB (Red+Green+Blue) = 194+206+185=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 206 (80.86% from 255 or 35.21% from 585); Blue value is 185 (72.66% from 255 or 31.62% from 585); Max value from RGB is 206 - color contains mainly: green. Hex color #C2CEB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C2CEB9 is #3D3146. Grayscale: #C8C8C8. Windows color (decimal): -4010311 or 12177090. OLE color: 12177090.

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

Color convert

RGB 194 206 185 -
CMYK 0.06 0 0.10 0.19
HSL 94.29º 0.18% 0.77% -
HSV(B) 94.29º 0.1% 0.81% -
XYZ 53.08 59.11 54.51 -
YUV 200.02 119.52 123.71 -
System Red Green Blue C M Y K H S L
Decimal 194 206 185 0.06 0 0.10 0.19 94.29 0.18 0.77
Hex C2 CE B9 6 0 A 13 5E 12 4D
Octal 302 316 271 6 0 12 23 136 22 115
Binary 11000010 11001110 10111001 110 0 1010 10011 1011110 10010 1001101

Color Harmonies of #C2CEB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2CEB9

Black with #C2CEB9

Text Example


Text Example

White with #C2CEB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2CEB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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