Html Css Color HEX #C6CEBE Pumice

📋 copy color: '#C6CEBE'

red 198 ◦ green 206 ◦ blue 190

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

Shades of Pumice #C6CEBE

Tints of Pumice #C6CEBE

RGB

 RED value IS 198 (77.73% from 255) = 33.33%

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

 BLUE value IS 190 (74.61% from 255) = 31.99%

R = 33.33%
G = 34.68%
B = 31.99%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#C6CEBE (or 0xC6CEBE) is known color: Pumice. HEX triplet: C6, CE and BE. RGB value is (198,206,190). Sum of RGB (Red+Green+Blue) = 198+206+190=594 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.33% from 594); Green value is 206 (80.86% from 255 or 34.68% from 594); Blue value is 190 (74.61% from 255 or 31.99% from 594); Max value from RGB is 206 - color contains mainly: green. Hex color #C6CEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #C6CEBE is #393141. Grayscale: #C9C9C9. Windows color (decimal): -3748162 or 12504774. OLE color: 12504774.

HSL color Cylindrical-coordinate representation of color #C6CEBE: hue angle of 90º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #C6CEBE is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB 198 206 190 -
CMYK 0.04 0 0.08 0.19
HSL 90º 0.14% 0.78% -
HSV(B) 90º 0.08% 0.81% -
XYZ 54.65 59.87 57.39 -
YUV 201.78 121.35 125.3 -
System Red Green Blue C M Y K H S L
Decimal 198 206 190 0.04 0 0.08 0.19 90 0.14 0.78
Hex C6 CE BE 4 0 8 13 5A E 4E
Octal 306 316 276 4 0 10 23 132 16 116
Binary 11000110 11001110 10111110 100 0 1000 10011 1011010 1110 1001110

Color Harmonies of #C6CEBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6CEBE

Black with #C6CEBE

Text Example


Text Example

White with #C6CEBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6CEBE; }

 p { color: rgb(198,206,190); }

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

background-color css

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

 a { background-color: rgb(198,206,190); }

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

border-color css

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

 span { border-color: rgb(198,206,190); }

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