Html Css Color HEX #C1CEB6 Pumice

📋 copy color: '#C1CEB6'

red 193 ◦ green 206 ◦ blue 182

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

Shades of Pumice #C1CEB6

Tints of Pumice #C1CEB6

RGB

 RED value IS 193 (75.78% from 255) = 33.22%

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

 BLUE value IS 182 (71.48% from 255) = 31.33%

R = 33.22%
G = 35.46%
B = 31.33%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.12

 K value IS 0.19

RGB Variations

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

Color information

#C1CEB6 (or 0xC1CEB6) is known color: Pumice. HEX triplet: C1, CE and B6. RGB value is (193,206,182). Sum of RGB (Red+Green+Blue) = 193+206+182=581 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.22% from 581); Green value is 206 (80.86% from 255 or 35.46% from 581); Blue value is 182 (71.48% from 255 or 31.33% from 581); Max value from RGB is 206 - color contains mainly: green. Hex color #C1CEB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C1CEB6 is #3E3149. Grayscale: #C7C7C7. Windows color (decimal): -4075850 or 11980481. OLE color: 11980481.

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

Color convert

RGB 193 206 182 -
CMYK 0.06 0 0.12 0.19
HSL 92.5º 0.2% 0.76% -
HSV(B) 92.5º 0.12% 0.81% -
XYZ 52.51 58.86 52.85 -
YUV 199.38 118.19 123.45 -
System Red Green Blue C M Y K H S L
Decimal 193 206 182 0.06 0 0.12 0.19 92.5 0.2 0.76
Hex C1 CE B6 6 0 C 13 5C 14 4C
Octal 301 316 266 6 0 14 23 134 24 114
Binary 11000001 11001110 10110110 110 0 1100 10011 1011100 10100 1001100

Color Harmonies of #C1CEB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CEB6

Black with #C1CEB6

Text Example


Text Example

White with #C1CEB6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CEB6; }

 p { color: rgb(193,206,182); }

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

background-color css

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

 a { background-color: rgb(193,206,182); }

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

border-color css

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

 span { border-color: rgb(193,206,182); }

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